Searched defs:CopyCallable (Results 1 – 2 of 2) sorted by relevance
36 struct CopyCallable { struct37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() function40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() argument46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument47 Ret value;
44 struct CopyCallable { struct45 CopyCallable(CopyCallable const& other) in CopyCallable() argument48 CopyCallable(CopyCallable&& other) in CopyCallable() argument54 explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument55 Ret value;