cgv
cgv::type::func::promote_const< T1, T2 > Struct Template Reference

#include <promote_const.h>

Inheritance diagram for cgv::type::func::promote_const< T1, T2 >:
cgv::type::ctrl::if_< cond::is_const< T1 >::value, make_const< T2 >::type, drop_const< T2 >::type >

Detailed Description

template<typename T1, typename T2>
struct cgv::type::func::promote_const< T1, T2 >

promote the const modifier from type T1 to T2


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