Template Struct any_comparable::impl

Nested Relationships

This struct is a nested type of Class any_comparable.

Inheritance Relationships

Base Type

  • public sequant::detail::any_comparable::impl_base

Struct Documentation

template<typename T, typename>
struct impl : public sequant::detail::any_comparable::impl_base

Public Functions

template<typename U>
inline explicit impl(U &&v)
inline impl_base *clone() const override
inline const std::type_info &type() const override
inline bool operator<(const impl_base &other) const override
inline bool operator==(const impl_base &other) const override

Public Members

T value