TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
triqs::utility::overloaded< Fs >

#include <triqs/utility/variant_extensions.hpp>

Detailed Description

template<typename... Fs>
struct triqs::utility::overloaded< Fs >

Lambda-overload helper for std::visit.

Combines several callables into a single object whose operator() is overloaded for each input.

Template Parameters
FsCallable types being combined.

Definition at line 44 of file variant_extensions.hpp.


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