Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Types | Static Public Attributes | List of all members
tonic::IndicesForSignature< ResultType(C::*)(ArgTypes...) const > 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...) const >

Definition at line 82 of file dart_args.h.

Member Typedef Documentation

◆ type

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

Definition at line 84 of file dart_args.h.

Member Data Documentation

◆ count

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

Definition at line 83 of file dart_args.h.


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