Searched defs:NonCopyableFunction (Results 1 – 1 of 1) sorted by relevance
24 struct NonCopyableFunction { struct27 constexpr T operator()(T x) const { return x; } in operator ()()