|
template<typename F >
requires std::is_aggregate_v<F> |
void | operator() (F &f) |
|
template<typename F >
requires (std::is_arithmetic_v<F>) |
void | operator() (F &f) |
|
template<typename F >
requires avnd::list_ish<F> |
void | operator() (F &f) |
|
template<std::size_t I, typename... Args> |
bool | write_variant (std::variant< Args... > &f) |
|
template<typename... Args> |
void | operator() (std::variant< Args... > &f) |
|
void | operator() (auto &f) |
|
The documentation for this struct was generated from the following file: