MixinScope

The types of scope into which a mixin template may be mixed in.

Values

ValueMeaning
function_1 << 0

Mixed in inside a function.

class_1 << 1

Mixed in inside a class.

struct_1 << 2

Mixed in inside a struct.

interface_1 << 3

Mixed in inside an interface.

union_1 << 4

Mixed in inside a union.

module_1 << 5

Mixed in inside a module.

Meta