Searched defs:NotConstructible (Results 1 - 1 of 1) sorted by relevance

/external/libcxx/test/std/containers/
H A DNotConstructible.h15 class NotConstructible class
17 NotConstructible(const NotConstructible&);
18 NotConstructible& operator=(const NotConstructible&);
24 operator==(const NotConstructible&, const NotConstructible&) argument
31 struct hash<NotConstructible>
33 typedef NotConstructible argument_type;
36 std::size_t operator()(const NotConstructible
[all...]

Completed in 124 milliseconds