Predicate metafunction returning whether two channels are compatible. More...
#include <channel.hpp>
Inherits is_same< channel_traits< T1 >::value_type, channel_traits< T2 >::value_type >.
Predicate metafunction returning whether two channels are compatible.
Channels are considered compatible if their value types (ignoring constness and references) are the same.
Example: