Shortcuts

Typedef ripple::space_traits_t

Typedef Documentation

template<typename T>
using ripple::space_traits_t = SpaceTraits<std::decay_t<T>>

Defines an alias for space traits which decays the type T before determining the traits.

Template Parameters
  • T: The type to get the space traits for.

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