ORIGINAL
Loading...
Searching...
No Matches
original::Streamable Concept Reference

Requires type to support both input and output stream operations. More...

#include <types.h>

Concept definition

template<typename TYPE>
Requires type to support input stream extraction.
Definition types.h:220
Requires type to support output stream insertion.
Definition types.h:209
Requires type to support both input and output stream operations.
Definition types.h:230

Detailed Description

Requires type to support both input and output stream operations.

Template Parameters
TYPEThe type to check.