Searched defs:ForwardT (Results 1 – 2 of 2) sorted by relevance
54 struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {}; struct