Shortcuts

Template Struct FunctionTraits< R(Args…,…)>

Inheritance Relationships

Base Type

Struct Documentation

template<typename R, typename ...Args>
struct FunctionTraits<R(Args..., ...)> : public ripple::detail::FunctionTypes<R, void, false, true, Args...>

Specialization of the function traits for a generic non-const variadic function.

Template Parameters
  • R: The return type of the function.

  • Args: The argument types of the function

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