sparrow 1.0.0
|
Adds const and lvalue reference to a type. More...
#include <mp_utils.hpp>
Adds const and lvalue reference to a type.
This utility combines std::add_const and std::add_lvalue_reference to produce const T& for most types.
T | Type to modify |
Definition at line 754 of file mp_utils.hpp.