Project
Loading...
Searching...
No Matches
o2::framework::variant_helper< T > Struct Template Reference

#include <Variant.h>

Static Public Member Functions

static void set (void *store, T value)
 
static void set (void *store, T values, size_t size)
 
static T get (const void *store)
 

Detailed Description

template<typename T>
struct o2::framework::variant_helper< T >

Definition at line 258 of file Variant.h.

Member Function Documentation

◆ get()

template<typename T >
static T o2::framework::variant_helper< T >::get ( const void store)
inlinestatic

Definition at line 269 of file Variant.h.

◆ set() [1/2]

template<typename T >
static void o2::framework::variant_helper< T >::set ( void store,
value 
)
inlinestatic

Definition at line 259 of file Variant.h.

◆ set() [2/2]

template<typename T >
static void o2::framework::variant_helper< T >::set ( void store,
values,
size_t  size 
)
inlinestatic

Definition at line 264 of file Variant.h.


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