sumty
0.1.0
Better sum types for C++
|
Utility to get the number of alternatives in a variant. More...
#include <sumty/variant.hpp>
Related Functions | |
(Note that these are not member functions.) | |
template<typename T > | |
static constexpr size_t | variant_size_v = variant_size<T>::value |
Utility to get the number of alternatives in a variant. More... | |
Utility to get the number of alternatives in a variant.
varaint_size provides the number alternatives in the variant, T
, in the static constexpr member value
.
T | The variant type to get the size of |
|
related |
Utility to get the number of alternatives in a variant.
varaint_size_v provides the number alternatives in the variant, T
.
T | The variant type to get the size of |