boost::move_if_not_lvalue_reference
// In header: <boost/move/utility_core.hpp> template<typename T> ();
Effects: Calls boost::move if input_reference is not a lvalue reference. Otherwise returns the reference
boost::move
input_reference