![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Go to the source code of this file.
Classes | |
| struct | shambase::overloaded< Ts > |
| Build an overload set out of several callables, for use with std::visit. More... | |
Namespaces | |
| namespace | shambase |
| namespace for basic c++ utilities | |
Functions | |
| template<class... Ts> | |
| shambase::overloaded (Ts...) -> overloaded< Ts... > | |
| Deduction guide so overloaded{lambda1, lambda2, ...} deduces Ts... from the lambdas. | |
Definition in file overloaded.hpp.