#include <pybind11_tests.h>
Public Types | |
using | NonTrivialType = std::shared_ptr< int > |
Public Member Functions | |
NonTrivialType | operator& () |
NonTrivialType | operator& () const |
Private Attributes | |
NonTrivialType | non_trivial_member |
Definition at line 57 of file pybind11_tests.h.
using UnusualOpRef::NonTrivialType = std::shared_ptr<int> |
Definition at line 59 of file pybind11_tests.h.
|
inline |
Definition at line 61 of file pybind11_tests.h.
|
inline |
Definition at line 62 of file pybind11_tests.h.
|
private |
Definition at line 65 of file pybind11_tests.h.