sumty
0.1.0
Better sum types for C++
|
Utility to get the type of a error_set alternative with some index. More...
#include <sumty/error_set.hpp>
Related Functions | |
(Note that these are not member functions.) | |
template<size_t I, typename ES > | |
using | error_set_alternative_t = typename error_set_alternative< I, ES >::type |
Utility to get the type of a error_set alternative with some index. More... | |
Utility to get the type of a error_set alternative with some index.
error_set_alternative provides the type of an alternative with the index I
in the member type, type
.
|
related |
Utility to get the type of a error_set alternative with some index.
error_set_alternative_t is the type of an alternative with the index I
.