![]() |
Scarab
2.8.1
Project 8 C++ Utility Library
|
#include <cast.h>

Public Types | |
| template<typename T_ > | |
| using | cast_op_type = pybind11::detail::movable_cast_op_type< T_ > |
Public Member Functions | |
| bool | load (handle src, bool) |
| operator T* () | |
| operator T& () | |
| operator T&& () && | |
Static Public Member Functions | |
| static handle | cast (T, return_value_policy, handle) |
| template<typename T_ , enable_if_t< std::is_same< T, remove_cv_t< T_ >>::value, int > = 0> | |
| static handle | cast (T_ *src, return_value_policy policy, handle parent) |
Static Public Attributes | |
| static constexpr auto | name = _("None") |
Protected Attributes | |
| T | value |
| using cast_op_type = pybind11::detail::movable_cast_op_type<T_> |
|
inlinestatic |
|
inlinestatic |
1.8.13