Searched defs:NoExceptCallable (Results 1 – 1 of 1) sorted by relevance
77 struct NoExceptCallable { struct78 NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() function87 explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument88 Ret value;