Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp77 struct NoExceptCallable { struct
78 NoExceptCallable(NoExceptCallable const& other) in NoExceptCallable() function
87 explicit NoExceptCallable(bool x) : value(x) {} in NoExceptCallable() argument
88 Ret value;