Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bsltf_wellbehavedmoveonlyalloctesttype.h File Reference

Provide well-behaved move-only type using bslma allocators. More...

Go to the source code of this file.

Classes

class  bsltf::WellBehavedMoveOnlyAllocTestType

Namespaces

namespace  bslma
namespace  bsltf

Functions

bool bsltf::operator== (const WellBehavedMoveOnlyAllocTestType &lhs, const WellBehavedMoveOnlyAllocTestType &rhs)
bool bsltf::operator!= (const WellBehavedMoveOnlyAllocTestType &lhs, const WellBehavedMoveOnlyAllocTestType &rhs)
MoveState::Enum bsltf::getMovedFrom (const WellBehavedMoveOnlyAllocTestType &object)
MoveState::Enum bsltf::getMovedInto (const WellBehavedMoveOnlyAllocTestType &object)
void bsltf::setMovedInto (WellBehavedMoveOnlyAllocTestType *object, MoveState::Enum value)
void bsltf::swap (WellBehavedMoveOnlyAllocTestType &a, WellBehavedMoveOnlyAllocTestType &b)

Detailed Description