Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bdlb_nullableallocatedvalue.h File Reference

Provide a template for nullable allocated (out-of-place) objects. More...

Go to the source code of this file.

Classes

class  bdlb::NullableAllocatedValue< TYPE >

Namespaces

namespace  bdlb

Functions

template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator== (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
template<class LHS_TYPE , class RHS_TYPE >
bool bdlb::operator!= (const NullableAllocatedValue< LHS_TYPE > &lhs, const NullableAllocatedValue< RHS_TYPE > &rhs)
template<class TYPE >
bsl::ostream & bdlb::operator<< (bsl::ostream &stream, const NullableAllocatedValue< TYPE > &object)
template<class TYPE >
void bdlb::swap (NullableAllocatedValue< TYPE > &a, NullableAllocatedValue< TYPE > &b)

Detailed Description