Home
last modified time | relevance | path

Searched refs:MoveOnlyCallable (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp30 struct MoveOnlyCallable { struct
31 MoveOnlyCallable(MoveOnlyCallable const&) = delete;
32 MoveOnlyCallable(MoveOnlyCallable&& other) in MoveOnlyCallable() function
39 explicit MoveOnlyCallable(bool x) : value(x) {} in MoveOnlyCallable() argument
209 friend struct MoveOnlyCallable<EvilBool>;
229 friend struct MoveOnlyCallable<ExplicitBool>;
261 using T = MoveOnlyCallable<bool>; in constructor_tests()