Go to the documentation of this file.
13 #ifndef BOOST_OPTIONAL_DETAIL_OPTIONAL_RELOPS_AJK_03OCT2015_HPP
14 #define BOOST_OPTIONAL_DETAIL_OPTIONAL_RELOPS_AJK_03OCT2015_HPP
39 {
return !( x == y ) ; }
49 {
return !( y < x ) ; }
54 {
return !( x < y ) ; }
73 {
return !( x == y ) ; }
83 {
return !( y < x ) ; }
88 {
return !( x < y ) ; }
107 {
return !( x == y ) ; }
117 {
return !( y < x ) ; }
122 {
return !( x < y ) ; }
152 {
return !( y < x ) ; }
157 {
return !( x < y ) ; }
186 {
return !( y < x ) ; }
191 {
return !( x < y ) ; }
195 #endif // header guard
bool operator<(optional< T > const &x, optional< T > const &y)
bool operator>(optional< T > const &x, optional< T > const &y)
bool less_pointees(OptionalPointee const &x, OptionalPointee const &y)
bool operator>=(optional< T > const &x, optional< T > const &y)
bool operator<=(optional< T > const &x, optional< T > const &y)
BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
bool equal_pointees(OptionalPointee const &x, OptionalPointee const &y)
BOOST_CONSTEXPR bool operator==(arg< I > const &, arg< I > const &)
bool operator!=(optional< T > const &x, optional< T > const &y)
sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:45:34