Project
Loading...
Searching...
No Matches
o2::framework::ContextElementTraits< T, S > Struct Template Reference

#include <AlgorithmSpec.h>

Static Public Member Functions

static decltype(auto) get (ProcessingContext &ctx)
 
static decltype(auto) get (InitContext &ctx)
 

Detailed Description

template<typename T, typename S = std::void_t<>>
struct o2::framework::ContextElementTraits< T, S >

Definition at line 104 of file AlgorithmSpec.h.

Member Function Documentation

◆ get() [1/2]

template<typename T , typename S = std::void_t<>>
static decltype(auto) o2::framework::ContextElementTraits< T, S >::get ( InitContext ctx)
inlinestatic

Definition at line 109 of file AlgorithmSpec.h.

◆ get() [2/2]

template<typename T , typename S = std::void_t<>>
static decltype(auto) o2::framework::ContextElementTraits< T, S >::get ( ProcessingContext ctx)
inlinestatic

Definition at line 105 of file AlgorithmSpec.h.


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