Wrap the 32bit integer in a struct in order to avoid template specialization clash with std::uint32_t.
Definition at line 45 of file RNTupleUtil.hxx.
Public Types | |
using | ValueType = std::uint32_t |
Public Member Functions | |
RClusterSize () | |
constexpr | RClusterSize (ValueType value) |
operator ValueType () const | |
RClusterSize | operator++ (int) |
RClusterSize & | operator+= (const ValueType value) |
RClusterSize & | operator= (const ValueType value) |
Public Attributes | |
ValueType | fValue |
#include <ROOT/RNTupleUtil.hxx>
using ROOT::Experimental::RClusterSize::ValueType = std::uint32_t |
Definition at line 46 of file RNTupleUtil.hxx.
|
inline |
Definition at line 48 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 49 of file RNTupleUtil.hxx.
|
inline |
Definition at line 53 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.
ValueType ROOT::Experimental::RClusterSize::fValue |
Definition at line 55 of file RNTupleUtil.hxx.