ROOT 6.18/05 Reference Guide |
Wrap the 32bit integer in a struct in order to avoid template specialization clash with std::uint32_t.
Definition at line 47 of file RNTupleUtil.hxx.
Public Member Functions | |
RClusterSize () | |
constexpr | RClusterSize (std::uint32_t value) |
RClusterSize | operator++ (int) |
RClusterSize & | operator+= (const std::uint32_t value) |
RClusterSize & | operator= (const std::uint32_t value) |
Public Attributes | |
std::uint32_t | fValue |
#include <ROOT/RNTupleUtil.hxx>
|
inline |
Definition at line 48 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 49 of file RNTupleUtil.hxx.
|
inline |
Definition at line 52 of file RNTupleUtil.hxx.
|
inline |
Definition at line 51 of file RNTupleUtil.hxx.
|
inline |
Definition at line 50 of file RNTupleUtil.hxx.
std::uint32_t ROOT::Experimental::RClusterSize::fValue |
Definition at line 55 of file RNTupleUtil.hxx.