#include <cstddef>
#include <iterator>
#include <array>
#include <vector>
#include <stdexcept>
#include <memory>
#include <type_traits>
#include <initializer_list>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Detail |
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer. | |
Macros | |
#define | R__CONSTEXPR_IF_CXX14 |
Typedefs | |
template<size_t Start, size_t Last, size_t Step = 1> | |
using | ROOT::Detail::make_indices = typename make_indices_< Start, Last, Step >::type |
Functions | |
template<class ArrayL , class ArrayR > | |
bool | ROOT::Detail::operator_equal_impl (ArrayL const &lhs, size_t const lhs_size, ArrayR const &rhs, size_t const rhs_size) |
Definition in file span.hxx.