Instigate Open Source Documentation

instigate::generic::remove_const< T > Class Template Reference

The class remove_const for getting typename without constant specification if there is. More...

#include <utilities.hpp>

List of all members.

Public Types

typedef T type

Detailed Description

template<typename T>
class instigate::generic::remove_const< T >

The class remove_const for getting typename without constant specification if there is.

Note:
this class removed only top level constant. remove_const<int>::type - int remove_const<const int>::type - int remove_const<const int*>::type - const int* remove_const<const int&>::type - const int&

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


© Instigate CJSC, Open Source