Circus 0.0.1-alpha
C++ Serialization Framework
|
Helper struct to combine multiple callable objects into a single visitor. More...
#include <visitor.hpp>
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().
fs | Parameter pack of callable types. |