Template Class PodLeafNode¶
Defined in File PodLeafNode.hpp
Class Documentation¶
-
template<typename
T, size_tN= 1>
classuitsl::PodLeafNode¶ Public Functions
-
PodLeafNode() = default¶
-
bool
operator==(const PodLeafNode &other) const noexcept¶
-
bool
operator<(const PodLeafNode &other) const noexcept¶
-
void
Reset() noexcept¶
-
operator T&() noexcept¶
-
operator const T&() const noexcept¶
-
PodLeafNode &
operator=(const T &other) noexcept¶
-
auto
begin() noexcept¶
-
auto
end() noexcept¶
-
auto
begin() const noexcept¶
-
auto
end() const noexcept¶
-