Searched defs:NoExceptCallable (Results 1 – 2 of 2) 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;
77 struct NoExceptCallable { struct78 NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() argument87 explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument88 Ret value;