SPH
Public Types | List of all members
ConvertToSizeType< T, TEnabler > Struct Template Reference

Converts all signed integral types and enums into Size, does not change other types. More...

#include <Traits.h>

Public Types

using Type = T
 

Detailed Description

template<typename T, typename TEnabler = void>
struct ConvertToSizeType< T, TEnabler >

Converts all signed integral types and enums into Size, does not change other types.

Definition at line 189 of file Traits.h.

Member Typedef Documentation

◆ Type

template<typename T , typename TEnabler = void>
using ConvertToSizeType< T, TEnabler >::Type = T

Definition at line 190 of file Traits.h.


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