TrinityCore
Trinity::Impl::StringConvertImpl::For< bool, void > Struct Reference

#include <StringConvert.h>

Static Public Member Functions

static Optional< bool > FromString (std::string_view str, int strict=0)
 
static std::string ToString (bool val)
 

Detailed Description

Definition at line 148 of file StringConvert.h.

Member Function Documentation

◆ FromString()

static Optional< bool > Trinity::Impl::StringConvertImpl::For< bool, void >::FromString ( std::string_view  str,
int  strict = 0 
)
inlinestatic

Definition at line 150 of file StringConvert.h.

+ Here is the call graph for this function:

◆ ToString()

static std::string Trinity::Impl::StringConvertImpl::For< bool, void >::ToString ( bool  val)
inlinestatic

Definition at line 170 of file StringConvert.h.


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