CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::StringConversion< bool > Struct Reference

A StringConversion specialization for bool. More...

#include <CeresEngine/Foundation/String.hpp>

Static Public Member Functions

static String toString (bool value)
 
static bool fromString (StringView string, bool defaultValue=false)
 

Detailed Description

A StringConversion specialization for bool.

Member Function Documentation

◆ fromString()

static bool CeresEngine::StringConversion< bool >::fromString ( StringView  string,
bool  defaultValue = false 
)
static

◆ toString()

static String CeresEngine::StringConversion< bool >::toString ( bool  value)
static

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