Remove reference and CV qualification from type. More...
#include <senf/Utils/type_traits.hh>
Remove reference and CV qualification from type.
remove_cvref will remove all the 'ornaments' from a type as typically used to pass arguments: references and any CV spec. It will thus convert a typical argument type into it's basic type.
Definition at line 233 of file type_traits.hh.