|
CeresEngine 0.2.0
A game development framework
|
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) |
A StringConversion specialization for bool.
|
static |
|
static |