HomeSort by relevance Sort by last modified time
    Searched full:class_property (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
class_properties.hpp 43 // ************** class_property ************** //
47 class class_property { class in namespace:boost::unit_test
54 class_property() : value( PropertyType() ) {} function in class:boost::unit_test::class_property
55 explicit class_property( write_param_t init_value ) function in class:boost::unit_test::class_property
77 operator<<( std::ostream& os, class_property<PropertyType> const& p )
83 operator<<( std::basic_ostream<CharT1,Tr>& os, class_property<PropertyType> const& p )
95 operator op( PropertyType const& lhs, class_property<PropertyType> const& rhs ) \
101 operator op( class_property<PropertyType> const& lhs, PropertyType const& rhs ) \
107 operator op( class_property<PropertyType> const& lhs, \
108 class_property<PropertyType> const& rhs )
    [all...]

Completed in 43 milliseconds