Project
Loading...
Searching...
No Matches
o2::header::internal::NumberOfActiveBits< N > Struct Template Reference

get the number of active bits (set to 1) in a bitfield More...

#include <DataHeader.h>

Static Public Attributes

static int const value = NumberOfActiveBits<(N >> 1)>::value + (N & 0x1)
 

Detailed Description

template<unsigned int N>
struct o2::header::internal::NumberOfActiveBits< N >

get the number of active bits (set to 1) in a bitfield

Definition at line 116 of file DataHeader.h.

Member Data Documentation

◆ value

template<unsigned int N>
int const o2::header::internal::NumberOfActiveBits< N >::value = NumberOfActiveBits<(N >> 1)>::value + (N & 0x1)
static

Definition at line 117 of file DataHeader.h.


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