Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/function.objects/func.not_fn/
Dnot_fn.pass.cpp242 struct NoExceptEvilBool { struct
247 explicit NoExceptEvilBool(bool x) : value(x) {} in NoExceptEvilBool() function
253 bool value;