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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dnoncopyable.hpp36 // The "noncopyable" class.
39 class noncopyable { class in namespace:atf
44 noncopyable(const noncopyable& nc);
45 noncopyable& operator=(const noncopyable& nc);
50 noncopyable(void) {} function in class:atf::noncopyable
51 ~noncopyable(void) {}

Completed in 384 milliseconds