Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcallable_types.h36 struct CopyCallable { struct
37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() argument
40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() function
46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
47 Ret value;