Required

Configuration settings that are mandatory can be marked as such by wrapping them with this template. If the variable is not set, then an exception is thrown.

The value can be accessed with the opCall method

struct Required (
T
) {}

Members

Mixins

__anonymous
mixin WrapperStructCore!(T)
Undocumented in source.

Parameters

T

the original type of the variable

Meta