Relative Content

Tag Archive for c++11rvalue-referencetemplate-classes

Conditional use of std::move

I’m trying to forward an r-value reference from a template class Foo to another template class Bar as follows: