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:
I’m trying to forward an r-value reference from a template class Foo
to another template class Bar
as follows: