Wrap the integer in a struct in order to avoid template specialization clash with std::uint64_t.
Definition at line 51 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 52 of file RNTupleUtil.hxx.
|
inline |
Definition at line 54 of file RNTupleUtil.hxx.
|
inlineexplicitconstexpr |
Definition at line 55 of file RNTupleUtil.hxx.
|
inline |
Definition at line 59 of file RNTupleUtil.hxx.
|
inline |
Definition at line 58 of file RNTupleUtil.hxx.
|
inline |
Definition at line 57 of file RNTupleUtil.hxx.
|
inline |
Definition at line 56 of file RNTupleUtil.hxx.
ValueType ROOT::Experimental::RClusterSize::fValue |
Definition at line 61 of file RNTupleUtil.hxx.