BDE 4.14.0 Production release
|
#include <bsls_ident.h>
#include <bslscm_version.h>
#include <bsltf_movestate.h>
#include <bslma_usesbslmaallocator.h>
#include <bslmf_iscopyconstructible.h>
#include <bslmf_isnothrowmoveconstructible.h>
#include <bslmf_movableref.h>
#include <bsls_keyword.h>
Go to the source code of this file.
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) |
Return the move-from state of the specified object . | |
MoveState::Enum | bsltf::getMovedInto (const WellBehavedMoveOnlyAllocTestType &object) |
Return the move-into state of the specified object . | |
void | bsltf::setMovedInto (WellBehavedMoveOnlyAllocTestType *object, MoveState::Enum value) |
void | bsltf::swap (WellBehavedMoveOnlyAllocTestType &a, WellBehavedMoveOnlyAllocTestType &b) |
The content of this file has been pre-processed for Doxygen.