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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
none.hpp 15 #include "boost/none_t.hpp"
23 none_t const none = (static_cast<none_t>(0)) ;
none_t.hpp 19 typedef int detail::none_helper::*none_t ; typedef in class:boost::detail::none_helper
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 220 optional_base ( none_t )
313 void assign ( none_t ) { destroy(); }
522 optional( none_t none_ ) : base(none_) {}
613 optional& operator= ( none_t none_ )
859 bool operator == ( optional<T> const& x, none_t )
864 bool operator < ( optional<T> const& x, none_t )
869 bool operator != ( optional<T> const& x, none_t y )
874 bool operator > ( optional<T> const& x, none_t y )
879 bool operator <= ( optional<T> const& x, none_t y )
884 bool operator >= ( optional<T> const& x, none_t y
    [all...]

Completed in 209 milliseconds