wren
Vulkan-based game engine
Loading...
Searching...
No Matches
enums.hpp File Reference
#include <boost/describe.hpp>
#include <string>
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.

Macros

#define DESCRIBED_ENUM(E, ...)
 

Functions

template<class E >
auto enum_to_string (E e) -> std::string
 

Macro Definition Documentation

◆ DESCRIBED_ENUM

#define DESCRIBED_ENUM ( E,
... )
Value:
enum class E { __VA_ARGS__ }; \
BOOST_DESCRIBE_ENUM(E, __VA_ARGS__)

Function Documentation

◆ enum_to_string()

template<class E >
auto enum_to_string ( E e) -> std::string
Here is the caller graph for this function: