c++-gtk-utils
Public Types | List of all members
Cgu::DoIf::RemoveConst< T > Class Template Reference

Class for removing a const qualifier. More...

#include <c++-gtk-utils/do_if.h>

Public Types

typedef T Type
 

Detailed Description

template<class T>
class Cgu::DoIf::RemoveConst< T >

Class for removing a const qualifier.

This class removes a const qualifier. It is used by the assert_not_const() static type-checking assertion.

Since 1.2.15

Member Typedef Documentation

◆ Type

template<class T >
typedef T Cgu::DoIf::RemoveConst< T >::Type

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