Scarab  v2.9.0
Project 8 C++ Utility Library
Public Member Functions | List of all members
base< T > Struct Template Reference

Annotation indicating that a class derives from another given type. More...

#include <attr.h>

Public Member Functions

 __attribute__ ((deprecated("base<T>() was deprecated in favor of specifying 'T' as a template argument to class_"))) base()
 

Detailed Description

template<typename T>
struct pybind11::base< T >

Annotation indicating that a class derives from another given type.

Definition at line 39 of file attr.h.

Member Function Documentation

◆ __attribute__()

__attribute__ ( (deprecated("base<T>() was deprecated in favor of specifying 'T' as a template argument to class_"))  )
inline

Definition at line 40 of file attr.h.


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