Home
last modified time | relevance | path

Searched defs:has_nothrow_copy (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/type_traits/
Dhas_nothrow_copy.hpp78 template <class T> struct has_nothrow_copy : public has_nothrow_copy_constructor<T>{}; struct
/third_party/boost/boost/detail/
Dreference_content.hpp110 struct has_nothrow_copy< struct