When compiling on UNIX platforms, the platformstl::pipe type resolves to the unixstl::pipe class. On Windows platforms it resolves to the winstl::pipe class. It is not defined for other platforms.
#include <platformstl/platformstl.hpp>
Go to the source code of this file.
Namespaces | |
| namespace | platformstl |
Classes | |
| class | pipe |
| A facade for the platform's pipe functionality. More... | |
1.5.6