Project
Loading...
Searching...
No Matches
o2::fit::DataBlockHelper< T > Struct Template Reference

#include <DataBlockBase.h>

Classes

struct  CheckMaxElemSize
 
struct  CheckMaxElemSize< U, std::enable_if_t<((T::MaxNelements *T::PayloadSize<=SIZE_MAX_PAYLOAD) &&(T::MaxNelements *T::PayloadPerGBTword<=SIZE_MAX_PAYLOAD))> >
 
struct  CheckNelemRange
 
struct  CheckNelemRange< U, std::enable_if_t<(T::MaxNelements >=T::MinNelements)> >
 
struct  CheckTypeMaxNelem
 
struct  CheckTypeMaxNelem< U, std::enable_if_t< std::is_same< decltype(U::MaxNelements), const std::size_t >::value > >
 
struct  CheckTypeMinNelem
 
struct  CheckTypeMinNelem< U, std::enable_if_t< std::is_same< decltype(U::MinNelements), const std::size_t >::value > >
 
struct  CheckTypePayloadPerGBTword
 
struct  CheckTypePayloadPerGBTword< U, std::enable_if_t< std::is_same< decltype(U::PayloadPerGBTword), const std::size_t >::value > >
 
struct  CheckTypePayloadSize
 
struct  CheckTypePayloadSize< U, std::enable_if_t< std::is_same< decltype(U::PayloadSize), const std::size_t >::value > >
 

Static Public Member Functions

static constexpr bool check ()
 

Detailed Description

template<typename T>
struct o2::fit::DataBlockHelper< T >

Definition at line 73 of file DataBlockBase.h.

Member Function Documentation

◆ check()

template<typename T >
static constexpr bool o2::fit::DataBlockHelper< T >::check ( )
inlinestaticconstexpr

Definition at line 116 of file DataBlockBase.h.


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