Struct VariantChannel::CloneVisitor

Nested Relationships

This struct is a nested type of Template Class VariantChannel.

Inheritance Relationships

Base Type

  • public boost::static_visitor< VariantChannel< T... > >

Struct Documentation

struct CloneVisitor : public boost::static_visitor<VariantChannel<T...>>

Public Functions

template<typename U>
inline VariantChannel<T...> operator()(const Channel<U> &channel) const