Template Class PodInternalNode¶
Defined in File PodInternalNode.hpp
Class Documentation¶
-
template<typename
First, typename ...Rest>
classuitsl::PodInternalNode: public std::tuple<First, Rest...>¶ Public Types
-
using
leaf_t= decltype(Workaround::template GetLeafType<Index>())¶
Public Functions
-
template<size_t
RemainingSteps, size_tChildIndex= 0>
constexpr auto &GetByIndex() noexcept¶
-
template<size_t
RemainingSteps, size_tChildIndex= 0>
constexpr auto &Get() noexcept¶
-
template<size_t
RemainingSteps, size_tChildIndex= 0>
constexpr const auto &Get() const noexcept¶
-
void
Reset() noexcept¶
-
using