Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dconcept_archetype.hpp36 class null_archetype { class
38 null_archetype() { } in null_archetype() function in boost::null_archetype
39 null_archetype(const null_archetype&) { } in null_archetype() argument
40 null_archetype& operator=(const null_archetype&) { return *this; } in operator =()
42 null_archetype(detail::dummy_constructor) { } in null_archetype() function in boost::null_archetype