/third_party/boost/boost/optional/detail/ |
D | optional_relops.hpp | 131 bool operator == ( optional<T> const& x, none_t ) BOOST_NOEXCEPT in operator ==() argument 136 bool operator < ( optional<T> const& x, none_t ) in operator <() argument 141 bool operator != ( optional<T> const& x, none_t ) BOOST_NOEXCEPT in operator !=() argument 146 bool operator > ( optional<T> const& x, none_t y ) in operator >() 151 bool operator <= ( optional<T> const& x, none_t y ) in operator <=() 156 bool operator >= ( optional<T> const& x, none_t y ) in operator >=() 165 bool operator == ( none_t , optional<T> const& y ) BOOST_NOEXCEPT in operator ==() argument 170 bool operator < ( none_t , optional<T> const& y ) in operator <() argument 175 bool operator != ( none_t, optional<T> const& y ) BOOST_NOEXCEPT in operator !=() argument 180 bool operator > ( none_t x, optional<T> const& y ) in operator >() [all …]
|
D | old_optional_implementation.hpp | 125 optional_base ( none_t ) in optional_base() argument 309 void assign ( none_t ) BOOST_NOEXCEPT { destroy(); } in assign() argument 670 optional( none_t none_ ) BOOST_NOEXCEPT : base(none_) {} in optional() 732 …boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value, bool >::type = tru… in optional() 767 boost::is_same<BOOST_DEDUCED_TYPENAME boost::decay<Expr>::type, none_t>::value, 849 optional& operator= ( none_t none_ ) BOOST_NOEXCEPT in operator =()
|
/third_party/boost/boost/ |
D | none.hpp | 27 BOOST_INLINE_VARIABLE none_t const none = (static_cast<none_t>(0)) ; 48 const none_t& none = detail::optional_detail::none_instance<none_t>::instance; 53 BOOST_INLINE_VARIABLE const none_t none ((none_t::init_tag()));
|
D | none_t.hpp | 21 typedef int detail::none_helper::*none_t ; typedef 25 class none_t {}; 29 struct none_t 32 explicit none_t(init_tag){} // to disable default constructor
|
/third_party/boost/libs/histogram/test/ |
D | histogram_serialization_test.cpp | 26 using axis::option::none_t; in run_tests() 28 make(Tag(), axis::regular<double, def, def, none_t>(1, -1, 1, "reg"), in run_tests() 29 axis::circular<float, def, none_t>(1, 0.0, 1.0, "cir"), in run_tests() 30 axis::regular<double, tr::log, def, none_t>(1, 1, std::exp(2), "reg-log"), in run_tests() 33 axis::variable<double, def, none_t>({1.5, 2.5}, "var"), in run_tests() 34 axis::category<int, def, none_t>{3, 1}, in run_tests() 35 axis::integer<int, axis::null_type, none_t>(1, 2)); in run_tests()
|
D | histogram_mixed_test.cpp | 38 auto a = make(T1{}, axis::integer<int, use_default, axis::option::none_t>{0, 2}); in run_tests() 39 auto b = make(T2{}, axis::integer<int, use_default, axis::option::none_t>{0, 2}); in run_tests()
|
D | histogram_operators_test.cpp | 110 auto ia = axis::integer<int, axis::null_type, axis::option::none_t>(0, 2); in run_tests() 134 auto ia = axis::integer<int, axis::null_type, axis::option::none_t>(0, 2); in run_tests() 158 auto ia = axis::integer<int, axis::null_type, axis::option::none_t>(0, 2); in run_tests()
|
D | utility_histogram.hpp | 27 using I = axis::integer<int, axis::null_type, axis::option::none_t>; in make_axis_vector()
|
D | axis_boolean_test.cpp | 39 BOOST_TEST_EQ(a.options(), axis::option::none_t::value); in main()
|
D | histogram_test.cpp | 202 auto h = make(Tag(), axis::integer<int, axis::null_type, axis::option::none_t>(0, 2)); in run_tests() 302 axis::integer<int, axis::null_type, axis::option::none_t>(-1, 2)); in run_tests() 333 axis::integer<int, axis::null_type, axis::option::none_t>(-1, 2)); in run_tests() 415 auto h = make(Tag(), axis::integer<int, axis::null_type, axis::option::none_t>(0, 2)); in run_tests()
|
/third_party/boost/libs/optional/doc/ |
D | 21_ref_none.qbk | 18 class none_t {/* see below */}; 20 const none_t none (/* see below */); 25 Class `none_t` is meant to serve as a tag for selecting appropriate overloads of from `optional`'s …
|
D | 27_ref_optional_synopsis.qbk | 42 …template<class T> inline bool operator == ( optional<T> const& x, none_t ) noexcept ; ``[link refe… 44 …template<class T> inline bool operator != ( optional<T> const& x, none_t ) noexcept ; ``[link refe… 118 optional ( none_t ) noexcept ; ``[link reference_optional_constructor_none_t __GO_TO__]`` 142 …optional& operator = ( none_t ) noexcept ; ``[link reference_optional_operator_equal_none_t __GO_T… 234 optional ( none_t ) noexcept ; ``[link reference_optional_ref_default_ctor __GO_TO__]`` 244 …optional& operator = ( none_t ) noexcept ; ``[link reference_optional_ref_assign_none_t __GO_TO__]…
|
D | 23_ref_optional_io.qbk | 28 …operator<<(std::basic_ostream<CharType, CharTrait>& out, none_t const&); ``[link reference_operato… 57 \u00A0\u00A0\u00A0\u00A0`operator<<(std::basic_ostream<CharType, CharTrait>& out, none_t);`
|
D | 18_exception_safety.qbk | 8 * `optional<T>::operator= ( none_t ) noexcept` 14 * `optional<T>::optional( none_t ) noexcept`
|
/third_party/boost/boost/hana/fwd/ |
D | none.hpp | 37 struct none_t { 42 constexpr none_t none{};
|
/third_party/boost/libs/hana/include/boost/hana/fwd/ |
D | none.hpp | 37 struct none_t { 42 constexpr none_t none{};
|
/third_party/boost/boost/histogram/axis/ |
D | option.hpp | 61 using none_t = bitset<0>; typedef 62 constexpr none_t none{}; ///< Instance of `none_t`.
|
D | boolean.hpp | 63 static constexpr unsigned options() noexcept { return option::none_t::value; } in options()
|
/third_party/boost/libs/histogram/examples/ |
D | guide_axis_with_uoflow_off.cpp | 24 auto h2 = make_histogram(axis::integer<int, use_default, axis::option::none_t>(1, 7)); in main()
|
/third_party/boost/boost/hana/ |
D | none.hpp | 25 constexpr auto none_t::operator()(Xs&& xs) const { in operator ()()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | none.hpp | 25 constexpr auto none_t::operator()(Xs&& xs) const { in operator ()()
|
/third_party/boost/boost/optional/ |
D | optional_io.hpp | 28 operator<<(std::basic_ostream<CharType, CharTrait>& out, none_t) in operator <<() argument
|
/third_party/boost/boost/beast/_experimental/test/ |
D | handler.hpp | 49 handler(boost::none_t) in handler() argument
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/test/ |
D | handler.hpp | 49 handler(boost::none_t) in handler() argument
|
/third_party/boost/boost/process/ |
D | env.hpp | 246 env_reset<Char> operator=(boost::none_t) in operator =() 275 env_reset<Char> operator()(const std::basic_string<Char> & key, boost::none_t) in operator ()()
|