Wrap the 32bit integer in a struct in order to avoid template specialization clash with std::uint32_t.
Definition at line 80 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 81 of file RNTupleUtil.hxx.
|
inline |
Definition at line 83 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 84 of file RNTupleUtil.hxx.
|
inline |
Definition at line 88 of file RNTupleUtil.hxx.
|
inline |
Definition at line 87 of file RNTupleUtil.hxx.
|
inline |
Definition at line 86 of file RNTupleUtil.hxx.
|
inline |
Definition at line 85 of file RNTupleUtil.hxx.
| ValueType ROOT::Experimental::RClusterSize::fValue |
Definition at line 90 of file RNTupleUtil.hxx.