Constructors
Declared in <bslmf_metaint.h>
Does nothing (MetaInt is stateless).
MetaInt();
» more...
Convert from a bsl::integral_constant<int, t_INT_VALUE>.
MetaInt(bsl::integral_constant<int, t_INT_VALUE> value);
» more...
| Name | Description |
|---|---|
| value | unused source value of matching integral-constant type |