Shortcuts

Template Class Tuple<>

Class Documentation

template<>
class ripple::Tuple<>

Specialization for an empty Tuple.

Public Functions

constexpr Tuple() noexcept

Intializes the Tuple with no elements.

constexpr auto size() const noexcept -> size_t

Gets the size of the tuple.

Return

The number of elements in the tuple.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples