Searched defs:NoExceptCallable (Results 1 – 1 of 1) sorted by relevance
69 struct NoExceptCallable { struct70 constexpr NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() argument79 constexpr explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument80 Ret value;