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<> |
Non-variant inputs produce the empty tuple. More... | |
Given a std::variant T, provides the member type which is a tuple of the same types.
using kblib::detail::tuple_type< T >::type = std::tuple<> |