OGS
BaseLib::Overloaded< Ts > Struct Template Reference

Detailed Description

template<class... Ts>
struct BaseLib::Overloaded< Ts >

A utility to combine multiple lambda functions into a single overloaded function object. Can be used with std::visit or similar functions requiring a callable that handles multiple types.

Definition at line 319 of file Algorithm.h.

#include <Algorithm.h>

Inheritance diagram for BaseLib::Overloaded< Ts >:
[legend]
Collaboration diagram for BaseLib::Overloaded< Ts >:
[legend]

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