【C++】 const だけでメシが3杯食えちゃうスレ
■ このスレッドは過去ログ倉庫に格納されています
0026デフォルトの名無しさん
NGNGtemplate< typename T >
struct add_const { typedef T const type; };
template< typename T >
struct add_const< T const > { typedef T const type; };
template< typename T >
struct add_const< T & > { typedef T const & type; };
template< typename T >
struct add_const< T const & > { typedef T const & type; };
■ このスレッドは過去ログ倉庫に格納されています