Searched defs:Noncopyable (Results 1 – 5 of 5) sorted by relevance
83 struct Noncopyable { struct84 int x;86 explicit Noncopyable(int a) : x(a) {} in Noncopyable() argument93 bool operator==(const Noncopyable& rhs) const { in operator ==()
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