Project
Loading...
Searching...
No Matches
o2::framework::RegistryPair< KeyT, _id, CallbackT > Struct Template Reference

#include <CallbackRegistry.h>

Public Types

using id = std::integral_constant< KeyT, _id >
 
using type = CallbackT
 

Public Attributes

type callback
 

Detailed Description

template<typename KeyT, KeyT _id, typename CallbackT>
struct o2::framework::RegistryPair< KeyT, _id, CallbackT >

Definition at line 22 of file CallbackRegistry.h.

Member Typedef Documentation

◆ id

template<typename KeyT , KeyT _id, typename CallbackT >
using o2::framework::RegistryPair< KeyT, _id, CallbackT >::id = std::integral_constant<KeyT, _id>

Definition at line 23 of file CallbackRegistry.h.

◆ type

template<typename KeyT , KeyT _id, typename CallbackT >
using o2::framework::RegistryPair< KeyT, _id, CallbackT >::type = CallbackT

Definition at line 24 of file CallbackRegistry.h.

Member Data Documentation

◆ callback

template<typename KeyT , KeyT _id, typename CallbackT >
type o2::framework::RegistryPair< KeyT, _id, CallbackT >::callback

Definition at line 25 of file CallbackRegistry.h.


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