delayed_assert<delay>
Template struct to delay the evaluation of the static_assert. This allow the static_assert expression to only be evaluated if this struct gets instantiated.
|
Template struct to delay the evaluation of the static_assert. This allow the static_assert expression to only be evaluated if this struct gets instantiated.
|