Searched refs:CopyCallable (Results 1 – 4 of 4) sorted by relevance
36 struct CopyCallable { struct37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() argument40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() argument46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
39 friend struct CopyCallable<EvilBool>;59 friend struct CopyCallable<ExplicitBool>;112 using T = CopyCallable<bool>; in constructor_tests()167 using T = CopyCallable<bool>; in return_type_tests()174 using T = CopyCallable<ExplicitBool>; in return_type_tests()181 using T = CopyCallable<EvilBool>; in return_type_tests()280 using Obj = CopyCallable<bool>; in call_operator_sfinae_test()
337 CopyCallable value(true); in test()
340 CopyCallable value(true); in test()