Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
ruby::backward::cxxanyargs::define_method::driver< 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(*)(VALUE klass, T mid, type *func, int arity) F>
struct ruby::backward::cxxanyargs::define_method::driver< 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 523 of file cxxanyargs.hpp.


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