Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcallable_types.h52 struct ConstCallable { struct
53 constexpr ConstCallable(ConstCallable const& other) in ConstCallable() function
56 constexpr ConstCallable(ConstCallable&& other) in ConstCallable() function
62 constexpr explicit ConstCallable(bool x) : value(x) {} in ConstCallable() argument
63 Ret value;