Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/concept_check/include/boost/
Dconcept_archetype.hpp142 class boolean_archetype { class
144 boolean_archetype(const boolean_archetype&) { } in boolean_archetype() function in boost::boolean_archetype
146 boolean_archetype(detail::dummy_constructor) { } in boolean_archetype() function in boost::boolean_archetype
148 boolean_archetype() { } in boolean_archetype() function in boost::boolean_archetype
149 boolean_archetype& operator=(const boolean_archetype&) { return *this; } in operator =()