Home
last modified time | relevance | path

Searched defs:PrivateConstructor (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dprivate_constructor.h12 struct PrivateConstructor { struct
14 PrivateConstructor static make ( int v ) { return PrivateConstructor(v); } in make() argument
17 PrivateConstructor ( int v ) : val(v) {} in PrivateConstructor() function
21 bool operator < ( const PrivateConstructor &lhs, const PrivateConstructor &rhs ) { return lhs.get()… argument