Class template unit
boost::units::unit — class representing a model-dependent unit with no associated value
Synopsis
template<typename Dim, typename System, typename Enable>
class unit {
public:
typedef unit< Dim, System > unit_type;
typedef unit< Dim, System > this_type;
typedef Dim dimension_type;
typedef System system_type;
unit();
unit(const this_type &);
this_type & operator=(const this_type &);
};
Description
(например, метры, кельвины, ступни и т.д.)
unit
public
construct/copy/destruct
- <
unit();
>
- <
unit(constthis_type&);
>
- <
this_type&operator=(constthis_type&);
>