Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp60 struct ConstCallable { struct
61 ConstCallable(ConstCallable const& other) in ConstCallable() function
64 ConstCallable(ConstCallable&& other) in ConstCallable() argument
70 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
552 using T = ConstCallable<bool>; in call_operator_noexcept_test()