libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
boost_atomic_sp_compat< V > Struct Template Referencefinal

Inherits boost::atomic_shared_ptr< V >, and boost::atomic_shared_ptr< V >.

Public Types

using base_t = boost::atomic_shared_ptr< V >
 
using element_type = V
 
using base_t = boost::atomic_shared_ptr< V >
 
using element_type = V
 

Public Member Functions

 boost_atomic_sp_compat (boost_atomic_sp_compat const &p)
 
 boost_atomic_sp_compat (boost_atomic_sp_compat const &p)
 

Detailed Description

template<class V>
struct boost_atomic_sp_compat< V >

Definition at line 51 of file shared_ptr_parallel.cpp.

Member Typedef Documentation

◆ base_t [1/2]

template<class V >
using boost_atomic_sp_compat< V >::base_t = boost::atomic_shared_ptr<V>

Definition at line 52 of file shared_ptr_parallel.cpp.

◆ base_t [2/2]

template<class V >
using boost_atomic_sp_compat< V >::base_t = boost::atomic_shared_ptr<V>

Definition at line 52 of file shared_ptr_parallel.cpp.

◆ element_type [1/2]

template<class V >
using boost_atomic_sp_compat< V >::element_type = V

Definition at line 53 of file shared_ptr_parallel.cpp.

◆ element_type [2/2]

template<class V >
using boost_atomic_sp_compat< V >::element_type = V

Definition at line 53 of file shared_ptr_parallel.cpp.

Constructor & Destructor Documentation

◆ boost_atomic_sp_compat() [1/2]

template<class V >
boost_atomic_sp_compat< V >::boost_atomic_sp_compat ( boost_atomic_sp_compat< V > const &  p)
inline

Definition at line 56 of file shared_ptr_parallel.cpp.

◆ boost_atomic_sp_compat() [2/2]

template<class V >
boost_atomic_sp_compat< V >::boost_atomic_sp_compat ( boost_atomic_sp_compat< V > const &  p)
inline

Definition at line 56 of file shared_ptr_parallel.cpp.


The documentation for this struct was generated from the following file: