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

Public Types

using ptr_t = boost::shared_ptr< V >
 
using ptr_t = boost::shared_ptr< V >
 

Static Public Member Functions

static ptr_t result (ptr_t &p) noexcept(true)
 
static ptr_t result (ptr_t &p) noexcept(true)
 

Detailed Description

template<class V>
struct copier< boost::shared_ptr< V > >

Definition at line 121 of file shared_ptr_parallel.cpp.

Member Typedef Documentation

◆ ptr_t [1/2]

template<class V >
using copier< boost::shared_ptr< V > >::ptr_t = boost::shared_ptr<V>

Definition at line 122 of file shared_ptr_parallel.cpp.

◆ ptr_t [2/2]

template<class V >
using copier< boost::shared_ptr< V > >::ptr_t = boost::shared_ptr<V>

Definition at line 122 of file shared_ptr_parallel.cpp.

Member Function Documentation

◆ result() [1/2]

template<class V >
static ptr_t copier< boost::shared_ptr< V > >::result ( ptr_t p)
inlinestaticnoexcept

Definition at line 124 of file shared_ptr_parallel.cpp.

◆ result() [2/2]

template<class V >
static ptr_t copier< boost::shared_ptr< V > >::result ( ptr_t p)
inlinestaticnoexcept

Definition at line 124 of file shared_ptr_parallel.cpp.


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