Searched defs:Uncopyable (Results 1 – 4 of 4) sorted by relevance
77 constexpr struct Uncopyable { struct78 constexpr explicit Uncopyable(int) {} in Uncopyable() argument
128 struct Uncopyable { struct129 Uncopyable() {} in Uncopyable() argument134 void f(const Uncopyable&) {} in f()
74 struct Uncopyable { struct
176 unique_function<void(const Uncopyable &)> UncopyableF = in TEST() argument 171 struct Uncopyable { TEST() struct