MixinScope

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

Values

ValueMeaning
function_1 << 0

Mixed into a function.

class_1 << 1

Mixed into a class.

struct_1 << 2

Mixed into a struct.

interface_1 << 3

Mixed into an interface.

union_1 << 4

Mixed into a union.

module_1 << 5

Mixed into a module.