NGL  6.5
The NCCA Graphics Library
fmt::internal::ConvertToInt< T > Struct Template Reference

#include <format.h>

+ Collaboration diagram for fmt::internal::ConvertToInt< T >:

Public Types

enum  { enable_conversion = sizeof(convert(get<T>())) == sizeof(Yes) }
 
enum  { value = ConvertToIntImpl2<T, enable_conversion>::value }
 

Detailed Description

template<typename T>
struct fmt::internal::ConvertToInt< T >

Definition at line 1091 of file format.h.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
enable_conversion 

Definition at line 1092 of file format.h.

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 1093 of file format.h.


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