Searched defs:CopyCallable (Results 1 – 1 of 1) sorted by relevance
36 struct CopyCallable { struct37 constexpr CopyCallable(CopyCallable const& other) in CopyCallable() argument40 constexpr CopyCallable(CopyCallable&& other) in CopyCallable() function46 constexpr explicit CopyCallable(bool x) : value(x) {} in CopyCallable() argument47 Ret value;