Home
last modified time | relevance | path

Searched defs:NoExceptCallable (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dcallable_types.h69 struct NoExceptCallable { struct
70 constexpr NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() function
79 constexpr explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument
80 Ret value;