Wrap the integer in a struct in order to avoid template specialization clash with std::uint64_t.
Definition at line 120 of file RNTupleUtil.hxx.
Public Types | |
using | ValueType = std::uint64_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::uint64_t |
Definition at line 121 of file RNTupleUtil.hxx.
|
inline |
Definition at line 123 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 124 of file RNTupleUtil.hxx.
|
inline |
Definition at line 141 of file RNTupleUtil.hxx.
|
inline |
Definition at line 135 of file RNTupleUtil.hxx.
|
inline |
Definition at line 130 of file RNTupleUtil.hxx.
|
inline |
Definition at line 125 of file RNTupleUtil.hxx.
ValueType ROOT::Experimental::RClusterSize::fValue |
Definition at line 143 of file RNTupleUtil.hxx.