Template Struct overload
Defined in File HeimdallError.h
Inheritance Relationships
Base Type
public Ts
Struct Documentation
-
template<class ...Ts>
struct overload : public Ts These overload definitions enables users to use std::visit elegantly with std::variant.
- tparam Ts
The overload lamda methods.