EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dfe::namedtuple_root_impl Namespace Reference

Classes

struct  TypeCodePlainImpl
 
struct  TypeCode< bool >
 
struct  TypeCode< float >
 
struct  TypeCode< double >
 
struct  TypeCodeIntImpl
 
struct  TypeCode< T, typename std::enable_if_t< is_integer_with_size_v< T, 1 > > >
 
struct  TypeCode< T, typename std::enable_if_t< is_integer_with_size_v< T, 2 > > >
 
struct  TypeCode< T, typename std::enable_if_t< is_integer_with_size_v< T, 4 > > >
 
struct  TypeCode< T, typename std::enable_if_t< is_integer_with_size_v< T, 8 > > >
 

Variables

template<typename T , std::size_t S>
constexpr bool is_integer_with_size_v
 

Variable Documentation

template<typename T , std::size_t S>
constexpr bool dfe::namedtuple_root_impl::is_integer_with_size_v
Initial value:
and (sizeof(T) == S)

Definition at line 185 of file dfe_io_root.hpp.

View newest version in sPHENIX GitHub at line 185 of file dfe_io_root.hpp