Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNTupleUtils.hxx File Reference
#include <ROOT/RError.hxx>
#include <cstddef>
#include <memory>
#include <string_view>

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Functions

RResult< void > ROOT::Internal::EnsureValidNameForRNTuple (std::string_view name, std::string_view where)
 Check whether a given string is a valid name according to the RNTuple specification.
template<typename T>
auto ROOT::Internal::MakeAliasedSharedPtr (T *rawPtr)
template<typename T>
std::unique_ptr< T[]> ROOT::Internal::MakeUninitArray (std::size_t size)
 Make an array of default-initialized elements.
ROOT::RLogChannelROOT::Internal::NTupleLog ()
 Log channel for RNTuple diagnostics.

Detailed Description

Author
Jakob Blomer jblom.nosp@m.er@c.nosp@m.ern.c.nosp@m.h
Date
2025-07-31

Definition in file RNTupleUtils.hxx.