test::struct_1 struct
#include <src/code.h>

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.

Variable documentation

static bool test::struct_1::static_variable constexpr

A static variable.

More info.