Flow123d  release_2.2.0-914-gf1a3a4f
Public Types | List of all members
fmt::internal::ConvertToInt< T > Struct Template Reference

#include <format.h>

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 1087 of file format.h.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
enable_conversion 

Definition at line 1088 of file format.h.

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 1089 of file format.h.


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