#include <IOPolicy.h>
|
template<typename T , typename... Args> |
static void | InitializeImpl (T *&input, [[gnu::unused]] Args &&...args) |
|
template<typename T , typename... Args> |
static void | InitializeImpl (std::unique_ptr< T > &input, [[gnu::unused]] Args &&...args) |
|
template<typename T , typename... Args> |
static void | InitializeImpl (std::shared_ptr< T > &input, [[gnu::unused]] Args &&...args) |
|
Definition at line 107 of file IOPolicy.h.
template<typename T , typename... Args>
static void fair::mq::policy::NullptrInitializer::InitializeImpl |
( |
T *& |
input, |
|
|
[[gnu::unused] ] Args &&... |
args |
|
) |
| |
|
inlinestatic |
template<typename T , typename... Args>
static void fair::mq::policy::NullptrInitializer::InitializeImpl |
( |
std::unique_ptr< T > & |
input, |
|
|
[[gnu::unused] ] Args &&... |
args |
|
) |
| |
|
inlinestatic |
template<typename T , typename... Args>
static void fair::mq::policy::NullptrInitializer::InitializeImpl |
( |
std::shared_ptr< T > & |
input, |
|
|
[[gnu::unused] ] Args &&... |
args |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file:
- /tmp/turany/FairRoot/base/MQ/policies/Serialization/IOPolicy.h