Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcallable_types.h110 struct MemFunCallable { struct
111 constexpr explicit MemFunCallable(bool x) : value(x) {} in MemFunCallable() argument
113 constexpr bool return_value() const { return value; } in return_value()
114 constexpr bool return_value_nc() { return value; } in return_value_nc()
115 bool value;