Wrap the integer in a struct in order to avoid template specialization clash with std::uint64_t.
Definition at line 104 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 105 of file RNTupleUtil.hxx.
|
inline |
Definition at line 107 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 108 of file RNTupleUtil.hxx.
|
inline |
Definition at line 112 of file RNTupleUtil.hxx.
|
inline |
Definition at line 111 of file RNTupleUtil.hxx.
|
inline |
Definition at line 110 of file RNTupleUtil.hxx.
|
inline |
Definition at line 109 of file RNTupleUtil.hxx.
ValueType ROOT::Experimental::RClusterSize::fValue |
Definition at line 114 of file RNTupleUtil.hxx.