Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
tonic::IndicesForSignature< ResultType(C::*)(ArgTypes...)> Struct Template Reference

#include <dart_args.h>

Public Types

using type = typename IndicesGenerator< count >::type
 

Static Public Attributes

static const size_t count = sizeof...(ArgTypes)
 

Detailed Description

template<typename C, typename ResultType, typename... ArgTypes>
struct tonic::IndicesForSignature< ResultType(C::*)(ArgTypes...)>

Definition at line 76 of file dart_args.h.

Member Typedef Documentation

◆ type

template<typename C , typename ResultType , typename... ArgTypes>
using tonic::IndicesForSignature< ResultType(C::*)(ArgTypes...)>::type = typename IndicesGenerator<count>::type

Definition at line 78 of file dart_args.h.

Member Data Documentation

◆ count

template<typename C , typename ResultType , typename... ArgTypes>
const size_t tonic::IndicesForSignature< ResultType(C::*)(ArgTypes...)>::count = sizeof...(ArgTypes)
static

Definition at line 77 of file dart_args.h.


The documentation for this struct was generated from the following file: