wren
Vulkan-based game engine
Loading...
Searching...
No Matches
enums.hpp File Reference
#include <boost/algorithm/string.hpp>
#include <boost/describe.hpp>
#include <string>
#include "concepts.hpp"
Include dependency graph for enums.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  wren
namespace  wren::utils

Functions

template<DescribedEnum E>
auto wren::utils::enum_to_string (E e) -> std::string
template<DescribedEnum E>
auto wren::utils::string_to_enum (const std::string_view &name, bool case_insensitive=false) -> std::optional< E >