Circus 0.0.1-alpha
C++ Serialization Framework
Loading...
Searching...
No Matches
circus::internal::visitor< fs > Struct Template Reference

Helper struct to combine multiple callable objects into a single visitor. More...

#include <visitor.hpp>

Inheritance diagram for circus::internal::visitor< fs >:

Detailed Description

template<typename... fs>
struct circus::internal::visitor< fs >

Helper struct to combine multiple callable objects into a single visitor.

This utility enables visiting variants with multiple lambdas or functors by inheriting from all provided callable types and using their operator().

Template Parameters
fsParameter pack of callable types.

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