Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
Data Structures
ruby::backward::cxxanyargs::define_method::driver0< T, F > Struct Template Reference

Template metaprogramming to generate function prototypes. More...

#include <cxxanyargs.hpp>

Data Structures

struct  engine
 Defines a method. More...
 

Detailed Description

template<typename T, void(*)(T mid, type func, int arity) F>
struct ruby::backward::cxxanyargs::define_method::driver0< T, F >

Template metaprogramming to generate function prototypes.

Template Parameters
TType of method id (ID or const char* in practice).
FDefinition driver e.g. rb_define_method.

Definition at line 599 of file cxxanyargs.hpp.


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