A to_string method for enums
This commit is contained in:
parent
5a14994645
commit
db8b482f74
2 changed files with 11 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ namespace character {
|
|||
|
||||
static std::string_view billy_object_to_string(const billyObjects &object) noexcept;
|
||||
|
||||
static std::string_view billy_object_to_string(const billyEnums &object) noexcept;
|
||||
|
||||
static void to_json(json &j, const container &billy);
|
||||
|
||||
static void from_json(const json &j, container &billy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue