#include "dds/Versioned_Namespace.h"
#include "ace/config-lite.h"
#include "Atomic.h"
#include <algorithm>
Go to the source code of this file.
|
template<typename T > |
T::rv_reference | OpenDDS::DCPS::move (T &p) |
|
template<typename T , typename Deleter > |
void | OpenDDS::DCPS::swap (unique_ptr< T, Deleter > &a, unique_ptr< T, Deleter > &b) |
|
template<typename T > |
void | OpenDDS::DCPS::swap (container_supported_unique_ptr< T > &lhs, container_supported_unique_ptr< T > &rhs) |
|
template<typename T > |
unique_ptr< T >::rv_reference | OpenDDS::DCPS::move (container_supported_unique_ptr< T > &ptr) |
|