__move_source Class Reference

class __move_source
Public Member Functions
__move_source(_Tp &)
_Tp &get()
Private Member Functions
_Self &operator=(_Self const &)
Private Member Type Definitions
typedef __move_source< _Tp > _Self
Private Attributes
_Tp &_M_data

Constructor & Destructor Documentation

__move_source(_Tp &)

__move_source(_Tp &_src)[inline, explicit]

Parameters

_Tp & _src

Member Functions Documentation

get()

_Tp &get()const [inline]

operator=(_Self const &)

_Self &operator=(_Self const &)[private]

Parameters

_Self const &

Member Type Definitions Documentation

Typedef _Self

typedef __move_source< _Tp >_Self[private]

Member Data Documentation

_Tp & _M_data

_Tp &_M_data[private]