Searched refs:MoveOnlyCallable (Results 1 – 4 of 4) sorted by relevance
22 struct MoveOnlyCallable { struct23 MoveOnlyCallable(MoveOnlyCallable const&) = delete;24 constexpr MoveOnlyCallable(MoveOnlyCallable&& other) in MoveOnlyCallable() argument31 constexpr explicit MoveOnlyCallable(bool x) : value(x) {} in MoveOnlyCallable() argument
38 friend struct MoveOnlyCallable<EvilBool>;58 friend struct MoveOnlyCallable<ExplicitBool>;91 using T = MoveOnlyCallable<bool>; in constructor_tests()
320 MoveOnlyCallable value(true); in test()
323 MoveOnlyCallable value(true); in test()