TrinityCore
FieldValueConverters.h File Reference
#include "FieldValueConverter.h"
#include "StringConvert.h"
+ Include dependency graph for FieldValueConverters.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FromStringToDatabaseTypeConverter< DatabaseType >
 
class  FromBinaryToDatabaseTypeConverter< DatabaseType >
 
class  PrimitiveResultValueConverter< DatabaseType, ToDatabaseTypeConverter >
 
class  PrimitiveResultValueConverter< char const *, std::void_t >
 

Typedefs

using StringResultValueConverter = PrimitiveResultValueConverter< char const *, std::void_t >
 

Typedef Documentation

◆ StringResultValueConverter

using StringResultValueConverter = PrimitiveResultValueConverter<char const*, std::void_t>

Definition at line 110 of file FieldValueConverters.h.