kblib 0.2.3
General utilities library for modern C++
|
Given a std::variant T, provides the member type which is a tuple of the same types. More...
#include <kblib/variant.h>
Public Types | |
using | type = std::tuple< Ts... > |
A tuple of the same types as T is a variant of. More... | |
Given a std::variant T, provides the member type which is a tuple of the same types.
using kblib::detail::tuple_type< std::variant< Ts... > >::type = std::tuple<Ts...> |