Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | List of all members
sk_strip_enum< T, Enable > Struct Template Reference

#include <SkTFitsIn.h>

Public Types

typedef T type
 

Detailed Description

template<typename T, class Enable = void>
struct sk_strip_enum< T, Enable >

std::underlying_type is only defined for enums. For integral types, we just want the type.

Definition at line 21 of file SkTFitsIn.h.

Member Typedef Documentation

◆ type

template<typename T , class Enable = void>
typedef T sk_strip_enum< T, Enable >::type

Definition at line 22 of file SkTFitsIn.h.


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