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

#include <util.hpp>

Public Types

typedef remove_const< S >::type type
 

Detailed Description

template<typename T, typename S>
class fastuidraw::same_const< T, S >

Typedef to give same const-ness of type T to a type S.

Definition at line 625 of file util.hpp.

Member Typedef Documentation

◆ type

template<typename T , typename S >
typedef remove_const<S>::type fastuidraw::same_const< T, S >::type

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

Definition at line 632 of file util.hpp.


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