kblib 0.2.3
General utilities library for modern C++
kblib::detail::tuple_type< T > Struct Template Reference

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...
 

Detailed Description

template<typename T>
struct kblib::detail::tuple_type< T >

Given a std::variant T, provides the member type which is a tuple of the same types.

Definition at line 115 of file variant.h.

Member Typedef Documentation

◆ type

template<typename T >
using kblib::detail::tuple_type< T >::type = std::tuple<>

Non-variant inputs produce the empty tuple.

Definition at line 119 of file variant.h.


The documentation for this struct was generated from the following file: