Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bslx_byteoutstream.h File Reference

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

Go to the source code of this file.

Classes

class  bslx::ByteOutStream

Namespaces

namespace  bslx

Functions

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

Detailed Description