Struct VariantChannel::WidthVisitor

Nested Relationships

This struct is a nested type of Template Class VariantChannel.

Inheritance Relationships

Base Type

  • public boost::static_visitor< size_t >

Struct Documentation

struct WidthVisitor : public boost::static_visitor<size_t>

Public Functions

template<typename U>
inline size_t operator()(const Channel<U> &channel) const