Home
last modified time | relevance | path

Searched refs:nullptr_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/move/
Dunique_ptr.hpp403 …BOOST_MOVE_FORCEINLINE BOOST_CONSTEXPR unique_ptr(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) BOOST_N… in unique_ptr() argument
477 …BOOST_MOVE_FORCEINLINE unique_ptr(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type), BOOST_MOVE_SEEDOC(delet… in unique_ptr() argument
515 …BOOST_MOVE_FORCEINLINE unique_ptr(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type), BOOST_MOVE_SEEDOC(delet… in unique_ptr() argument
612 unique_ptr& operator=(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) BOOST_NOEXCEPT in operator =() argument
735 void reset(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) BOOST_NOEXCEPT in reset() argument
795 … bool operator==(const unique_ptr<T, D> &x, BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) BOOST_NOEXCEPT in operator ==() argument
801 BOOST_MOVE_FORCEINLINE bool operator==(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type), const unique_ptr<T,… in operator ==() argument
807 … bool operator!=(const unique_ptr<T, D> &x, BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) BOOST_NOEXCEPT in operator !=() argument
813 BOOST_MOVE_FORCEINLINE bool operator!=(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type), const unique_ptr<T,… in operator !=() argument
820 …MOVE_FORCEINLINE bool operator<(const unique_ptr<T, D> &x, BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) in operator <() argument
[all …]
Ddefault_delete.hpp92 typedef decltype(nullptr) nullptr_type; typedef
94 typedef std::nullptr_t nullptr_type; typedef
96 typedef int (bool_conversion::*nullptr_type)(); typedef
208 void operator()(BOOST_MOVE_DOC0PTR(bmupd::nullptr_type)) const BOOST_NOEXCEPT in operator ()()