FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fair::mq::policy::SmartPtrCreator< Deleter > Struct Template Reference

#include <IOPolicy.h>

Static Public Member Functions

template<typename T , typename... Args>
static void CreateImpl (std::unique_ptr< T > &input, Args &&...args)
 
template<typename T , typename... Args>
static void CreateImpl (std::shared_ptr< T > &input, Args &&...args)
 

Detailed Description

template<typename Deleter>
struct fair::mq::policy::SmartPtrCreator< Deleter >

Definition at line 91 of file IOPolicy.h.

Member Function Documentation

template<typename Deleter >
template<typename T , typename... Args>
static void fair::mq::policy::SmartPtrCreator< Deleter >::CreateImpl ( std::unique_ptr< T > &  input,
Args &&...  args 
)
inlinestatic

Definition at line 94 of file IOPolicy.h.

template<typename Deleter >
template<typename T , typename... Args>
static void fair::mq::policy::SmartPtrCreator< Deleter >::CreateImpl ( std::shared_ptr< T > &  input,
Args &&...  args 
)
inlinestatic

Definition at line 100 of file IOPolicy.h.


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