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

#include <vecN.hpp>

Public Types

enum  { array_size = 1 }
 
typedef T type
 

Detailed Description

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

unvecN extracts from a type T vecN::array_size and vecN::value_type if T is a vecN<S, N> for some type S and N.

Definition at line 1181 of file vecN.hpp.

Member Typedef Documentation

◆ type

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

If T is the type vecN<S, N> for some type S, then is the type S, otherwise is the type T.

Definition at line 1197 of file vecN.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename T>
anonymous enum
Enumerator
array_size 

If T is the type vecN<S, N> for some type S, then is the value of N, otherwise is 1.

Definition at line 1184 of file vecN.hpp.


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