Searched refs:ConstCallable (Results 1 – 2 of 2) sorted by relevance
52 struct ConstCallable { struct53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() function56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() argument62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
388 using T = ConstCallable<bool>; in call_operator_noexcept_test()