Searched defs:ConstCallable (Results 1 – 2 of 2) sorted by relevance
52 struct ConstCallable { struct53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() argument56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() function62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument63 Ret value;
60 struct ConstCallable { struct61 ConstCallable(ConstCallable const& other) in ConstCallable() argument64 ConstCallable(ConstCallable&& other) in ConstCallable() function70 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument71 Ret value;