Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp44 struct CopyCallable { struct
45 CopyCallable(CopyCallable const& other) in CopyCallable() argument
48 CopyCallable(CopyCallable&& other) in CopyCallable() function
54 explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument
55 Ret value;