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

Process an attribute specifying the function's docstring. More...

#include <attr.h>

Inheritance diagram for process_attribute< doc >:
Inheritance graph

Static Public Member Functions

static void init (const doc &n, function_record *r)
 
- Static Public Member Functions inherited from process_attribute_default< doc >
static void init (const doc &, function_record *)
 Default implementation: do nothing. More...
 
static void init (const doc &, type_record *)
 
static void precall (function_call &)
 
static void postcall (function_call &, handle)
 

Detailed Description

template<>
struct pybind11::detail::process_attribute< doc >

Process an attribute specifying the function's docstring.

Definition at line 316 of file attr.h.

Member Function Documentation

◆ init()

static void init ( const doc n,
function_record r 
)
inlinestatic

Definition at line 317 of file attr.h.


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