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

/external/libcxx/test/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>
32 : public std::unary_function<NotConstructible, std::size_t>
34 std::size_t operator()(const NotConstructible
[all...]

Completed in 71 milliseconds