Searched defs:null_archetype (Results 1 – 1 of 1) sorted by relevance
36 class null_archetype { class38 null_archetype() { } in null_archetype() function in boost::null_archetype39 null_archetype(const null_archetype&) { } in null_archetype() argument40 null_archetype& operator=(const null_archetype&) { return *this; } in operator =()42 null_archetype(detail::dummy_constructor) { } in null_archetype() function in boost::null_archetype