μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
base< T > Struct Template Reference

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

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/attr.h>

Public Member Functions

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

Detailed Description

template<typename T>
struct base< T >

Annotation indicating that a class derives from another given type.

Definition at line 60 of file attr.h.

Member Function Documentation

◆ PYBIND11_DEPRECATED() [1/2]

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

Definition at line 62 of file attr.h.

◆ PYBIND11_DEPRECATED() [2/2]

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

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