Template Class is_sink

Inheritance Relationships

Base Type

  • public False< false >

Class Documentation

template<typename T>
class is_sink : public False<false>

Default action for detection of sink devices (output) (false).

Sets the default value (false) for detection of the sink device (output) trait. Specialisations enable this to true.

Template Parameters:

T – : the test type.