Searched defs:Noncopyable (Results 1 – 4 of 4) sorted by relevance
38 class Noncopyable : private boost::noncopyable class41 Noncopyable() {} in Noncopyable() function in Noncopyable44 inline std::ostream &operator<<(std::ostream &out, const Noncopyable&) in operator <<()
60 TEST(NoDestructorTest, Noncopyable) { in TEST() argument