Searched defs:null_type (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/tuple/ |
D | tuple_comparison.hpp | 38 inline bool operator==(const null_type&, const null_type&) { return true; } in operator ==() 39 inline bool operator>=(const null_type&, const null_type&) { return true; } in operator >=() 40 inline bool operator<=(const null_type&, const null_type&) { return true; } in operator <=() 41 inline bool operator!=(const null_type&, const null_type&) { return false; } in operator !=() 42 inline bool operator<(const null_type&, const null_type&) { return false; } in operator <() 43 inline bool operator>(const null_type&, const null_type&) { return false; } in operator >() 59 inline bool eq<null_type,null_type>(const null_type&, const null_type&) { return true; } in eq() 67 inline bool neq<null_type,null_type>(const null_type&, const null_type&) { return false; } in neq() 76 inline bool lt<null_type,null_type>(const null_type&, const null_type&) { return false; } in lt() 85 inline bool gt<null_type,null_type>(const null_type&, const null_type&) { return false; } in gt() [all …]
|
D | tuple_io.hpp | 169 print(std::basic_ostream<CharType, CharTrait>& o, const null_type&) { in print() 310 operator>>(std::basic_istream<CharType, CharTrait> &is, null_type&) { in operator >>() argument
|
/third_party/boost/libs/histogram/test/ |
D | utility_axis.hpp | 31 bool operator==(const null_type&, const null_type&) { return true; } in operator ==()
|
/third_party/boost/boost/histogram/ |
D | fwd.hpp | 36 struct null_type { struct 38 void serialize(Archive&, unsigned /* version */) {} in serialize()
|
/third_party/boost/libs/lambda/test/ |
D | constructor_tests.cpp | 41 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple()
|
/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | constructor_tests.cpp | 49 bool check_tuple(int /*n*/, const null_type& ) { return true; } in check_tuple()
|
/third_party/boost/boost/histogram/axis/ |
D | ostream.hpp | 115 std::basic_ostream<Ts...>& operator<<(std::basic_ostream<Ts...>& os, const null_type&) { in operator <<()
|
/third_party/boost/boost/tuple/detail/ |
D | tuple_basic.hpp | 54 struct null_type {}; struct 963 inline void swap(null_type&, null_type&) {} in swap() argument
|