OpenKalman
|
If T is an rvalue reference, remove the reference. More...
#include <global-definitions.hpp>
Public Types | |
using | type = std::conditional_t< std::is_rvalue_reference_v< T >, std::remove_reference_t< T >, T > |
If T is an rvalue reference, remove the reference.
Otherwise, the result is T.