comparison DEPENDENCIES/generic/include/boost/units/units_fwd.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
47 template<class System> struct dimensionless_unit; 47 template<class System> struct dimensionless_unit;
48 template<class T> struct is_unit; 48 template<class T> struct is_unit;
49 template<class T,class Dim> struct is_unit_of_dimension; 49 template<class T,class Dim> struct is_unit_of_dimension;
50 template<class T,class System> struct is_unit_of_system; 50 template<class T,class System> struct is_unit_of_system;
51 51
52 template<class Unit,class Y> class quantity; 52 template<class Unit,class Y = double> class quantity;
53 53
54 template<class System,class Y> struct dimensionless_quantity; 54 template<class System,class Y> struct dimensionless_quantity;
55 template<class T> struct is_quantity; 55 template<class T> struct is_quantity;
56 template<class T,class Dim> struct is_quantity_of_dimension; 56 template<class T,class Dim> struct is_quantity_of_dimension;
57 template<class T,class System> struct is_quantity_of_system; 57 template<class T,class System> struct is_quantity_of_system;