Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
ext::variant_builder_impl< Res, Ts > Struct Template Reference

Class to help building of the variant type or, in case variant is requested to be constructed from single type or more types but all the same, that concrete type. More...

#include <variant.hpp>

Inheritance diagram for ext::variant_builder_impl< Res, Ts >:
[legend]

Detailed Description

template<class Res, class ... Ts>
struct ext::variant_builder_impl< Res, Ts >

Class to help building of the variant type or, in case variant is requested to be constructed from single type or more types but all the same, that concrete type.

Template Parameters
Resthe resulting contstructed variant
Ts... pack of types to construct the variant from

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