Scarab  v2.9.0
Project 8 C++ Utility Library
Static Public Member Functions | Static Public Attributes | List of all members
move_only_holder_caster< type, holder_type > Struct Template Reference

#include <cast.h>

Inheritance diagram for move_only_holder_caster< type, holder_type >:
Inheritance graph

Static Public Member Functions

static handle cast (holder_type &&src, return_value_policy, handle)
 

Static Public Attributes

static constexpr auto name = type_caster_base<type>::name
 

Detailed Description

template<typename type, typename holder_type>
struct pybind11::detail::move_only_holder_caster< type, holder_type >

Definition at line 1516 of file cast.h.

Member Function Documentation

◆ cast()

static handle cast ( holder_type &&  src,
return_value_policy  ,
handle   
)
inlinestatic

Definition at line 1520 of file cast.h.

Member Data Documentation

◆ name

constexpr auto name = type_caster_base<type>::name
static

Definition at line 1524 of file cast.h.


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