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

#include <Expressions.h>

Public Types

using stored_type = std::variant< T... >
 
using stored_pack = framework::pack< T... >
 

Detailed Description

template<typename... T>
struct o2::framework::expressions::LiteralStorage< T >

Definition at line 74 of file Expressions.h.

Member Typedef Documentation

◆ stored_pack

template<typename... T>
using o2::framework::expressions::LiteralStorage< T >::stored_pack = framework::pack<T...>

Definition at line 76 of file Expressions.h.

◆ stored_type

template<typename... T>
using o2::framework::expressions::LiteralStorage< T >::stored_type = std::variant<T...>

Definition at line 75 of file Expressions.h.


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