Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslx_byteinstream.h File Reference

Provide a stream class for unexternalization of fundamental types. More...

Go to the source code of this file.

Classes

class  bslx::ByteInStream

Namespaces

namespace  bslx

Functions

bsl::ostream & bslx::operator<< (bsl::ostream &stream, const ByteInStream &object)
template<class TYPE >
ByteInStream & bslx::operator>> (ByteInStream &stream, TYPE &value)

Detailed Description