Searched defs:ConstCallable (Results 1 – 2 of 2) sorted by relevance
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;
59 struct ConstCallable { struct60 ConstCallable(ConstCallable const& other) in ConstCallable() function63 ConstCallable(ConstCallable&& other) in ConstCallable() function69 explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument70 Ret value;