|
wren
Vulkan-based game engine
|
#include <boost/algorithm/string.hpp>#include <boost/describe.hpp>#include <string>#include "concepts.hpp"

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 > |