sparrow 0.3.0
Loading...
Searching...
No Matches
sparrow::mpl::constify< T, is_const > Struct Template Reference

#include <mp_utils.hpp>

Public Types

using type = std::conditional_t<is_const, const T, T>
 

Detailed Description

template<typename T, bool is_const>
struct sparrow::mpl::constify< T, is_const >

Definition at line 376 of file mp_utils.hpp.

Member Typedef Documentation

◆ type

template<typename T, bool is_const>
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.


The documentation for this struct was generated from the following file: