std::ostream & operator<<(std::ostream &os, const BasicString< CharType, Alloc > &right)
Streams the right string to the outstream os .
Definition: BasicString.hxx:1740
std::istream & operator>>(std::istream &is, BasicString< CharType, Alloc > &right)
Streams the instream is into the right string.
Definition: BasicString.hxx:1751
Root namespace for the PLCnext API
Endianness
This enum defines the endinannes of the target architecture.
Definition: Endianness.hpp:13
@ BigEndian
Determines big endian.
@ LittleEndian
Determines little endian.