Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::internal::visitor< Fns > Struct Template Reference

Helper visitor struct inheriting from multiple function objects. More...

#include <type_list.hpp>

Inheritance diagram for templa::internal::visitor< Fns >:

Detailed Description

template<typename... Fns>
struct templa::internal::visitor< Fns >

Helper visitor struct inheriting from multiple function objects.

Used to dispatch calls based on index.

Template Parameters
FnsFunction objects.

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