A PortCategory
designates a category of Port
in the Dataflow library. The library currently defines three PortCategorys:
boost::dataflow::ports::producer,boost::dataflow::ports::consumer, andboost::dataflow::ports::producer_consumer, and
Notation
The following expressions are used in this document:
- PC
-
A
PortCategorytype.
Requirements
|
Name |
Expression |
Result Type |
Description |
|---|---|---|---|
|
Complementing PortCategory |
|
|
The complementing |
|
PortCategory Concept Check |
|
Boolean MPL Metafunction that evaulates to true |
Concept check for the |
Header
The types, templates, and functions shown here are declared in the following files:
#include <boost/dataflow/support/port.hpp> // or #include <boost/dataflow/support.hpp>