FastUIDraw
Public Types | List of all members
fastuidraw::remove_const< T > Class Template Reference

#include <util.hpp>

Public Types

typedef T type
 

Detailed Description

template<typename T>
class fastuidraw::remove_const< T >

Provideds functionality of std::remove_const so that we do not depend on std.

Definition at line 579 of file util.hpp.

Member Typedef Documentation

◆ type

template<typename T>
typedef T fastuidraw::remove_const< T >::type

The type of type will be the same as T but with the const-ness removed.

Definition at line 586 of file util.hpp.


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