Shortcuts

Template Struct IsInvocable

Struct Documentation

template<typename T>
struct ripple::detail::IsInvocable

Determines if the type T is Invocable or not.

This specialization is for the case that the type is not an invocable.

Template Parameters
  • T: The type to determine if is invocable.

Public Static Attributes

constexpr bool value = false

Defines that the type T is not 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