Otclient  14/8/2020
std Namespace Reference

Classes

struct  hash< stdext::shared_object_ptr< T > >
 
struct  hash< stdext::shared_ptr< T > >
 
struct  hash< stdext::weak_ptr< T > >
 

Functions

template<class T , class U >
void swap (stdext::packed_vector< T, U > &lhs, stdext::packed_vector< T, U > &rhs)
 
template<class T >
void swap (stdext::shared_object_ptr< T > &lhs, stdext::shared_object_ptr< T > &rhs)
 
template<class T >
void swap (stdext::shared_ptr< T > &lhs, stdext::shared_ptr< T > &rhs)
 
template<class T >
void swap (stdext::weak_ptr< T > &lhs, stdext::weak_ptr< T > &rhs)
 

Function Documentation

◆ swap() [1/4]

template<class T , class U >
void std::swap ( stdext::packed_vector< T, U > &  lhs,
stdext::packed_vector< T, U > &  rhs 
)

Definition at line 158 of file packed_vector.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ swap() [2/4]

template<class T >
void std::swap ( stdext::shared_object_ptr< T > &  lhs,
stdext::shared_object_ptr< T > &  rhs 
)

Definition at line 136 of file shared_object.h.

Here is the call graph for this function:

◆ swap() [3/4]

template<class T >
void std::swap ( stdext::shared_ptr< T > &  lhs,
stdext::shared_ptr< T > &  rhs 
)

Definition at line 227 of file shared_ptr.h.

Here is the call graph for this function:

◆ swap() [4/4]

template<class T >
void std::swap ( stdext::weak_ptr< T > &  lhs,
stdext::weak_ptr< T > &  rhs 
)

Definition at line 228 of file shared_ptr.h.

Here is the call graph for this function: