Searched defs:ConstCallable (Results 1 – 1 of 1) sorted by relevance
52 struct ConstCallable { struct53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() function56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() function62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument63 Ret value;