Shortcuts

Template Struct IsInvocable< Invocable< F > >

Struct Documentation

template<typename F>
struct ripple::detail::IsInvocable<Invocable<F>>

Specialization for an invocable type.

Template Parameters
  • F: The functor for the invocable.

Public Static Attributes

constexpr bool value = true

Defines that the type is invocable.

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