struct
#include <src/code.h>
struct_1 A struct.
More info.
Public types
- struct nested_struct
- A nested struct.
- enum class nested_enum { val_0, val_1 = 1, val_2 = 2 }
- A C++11 scoped enum.
Public static variables
- static bool static_variable constexpr
- A static variable.
Enum documentation
enum class test:: struct_1:: nested_enum
A C++11 scoped enum.
More info.
Enumerators | |
---|---|
val_0 |
Value zero. |
val_1 |
Value one. |
val_2 |
Value two. |