sparrow 0.3.0
|
#include <mp_utils.hpp>
Public Types | |
using | type = std::conditional_t<is_const, const T, T> |
Definition at line 376 of file mp_utils.hpp.
using sparrow::mpl::constify< T, is_const >::type = std::conditional_t<is_const, const T, T> |
Definition at line 378 of file mp_utils.hpp.