Quick Links:

bmqa | bmqpi | bmqt

Classes | Namespaces | Functions

bmqt_version.h File Reference

Provide a value-semantic type representing a version (major minor). More...

Go to the source code of this file.

Classes

class  bmqt::Version

Namespaces

namespace  bmqt

Functions

bsl::ostream & bmqt::operator<< (bsl::ostream &stream, const Version &rhs)
bool bmqt::operator== (const Version &lhs, const Version &rhs)
bool bmqt::operator!= (const Version &lhs, const Version &rhs)
bool bmqt::operator< (const Version &lhs, const Version &rhs)

Detailed Description