Scarab  2.8.1
Project 8 C++ Utility Library
Static Public Member Functions | List of all members
process_attributes< Args > Struct Template Reference

Recursively iterate over variadic template arguments. More...

#include <attr.h>

Static Public Member Functions

static void init (const Args &... args, function_record *r)
 
static void init (const Args &... args, type_record *r)
 
static void precall (function_call &call)
 
static void postcall (function_call &call, handle fn_ret)
 

Detailed Description

template<typename... Args>
struct pybind11::detail::process_attributes< Args >

Recursively iterate over variadic template arguments.

Definition at line 458 of file attr.h.

Member Function Documentation

◆ init() [1/2]

static void init ( const Args &...  args,
function_record r 
)
inlinestatic

Definition at line 459 of file attr.h.

◆ init() [2/2]

static void init ( const Args &...  args,
type_record r 
)
inlinestatic

Definition at line 463 of file attr.h.

◆ postcall()

static void postcall ( function_call call,
handle  fn_ret 
)
inlinestatic

Definition at line 471 of file attr.h.

◆ precall()

static void precall ( function_call call)
inlinestatic

Definition at line 467 of file attr.h.


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