Quick Links:

bal | bbl | bdl | bsl

Classes | Namespaces | Functions

bsltf_moveonlyalloctesttype.h File Reference

Provide testing type that is move-only & uses bslma allocators. More...

Go to the source code of this file.

Classes

class  bsltf::MoveOnlyAllocTestType

Namespaces

namespace  bslma
namespace  bsltf

Functions

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

Detailed Description