Template Struct overload_impl

Nested Relationships

Nested Types

Struct Documentation

template<typename ...Ts>
struct overload_impl

Public Types

using type = impl<lib::index_sequence_for<Ts...>>