lsst.sphgeom  20.0.0
Public Member Functions | Static Public Member Functions | List of all members
pybind11::detail::type_caster< lsst::sphgeom::Relationship > Struct Reference

#include <relationship.h>

Public Member Functions

 PYBIND11_TYPE_CASTER (lsst::sphgeom::Relationship, _("int"))
 
bool load (handle src, bool)
 

Static Public Member Functions

static handle cast (lsst::sphgeom::Relationship src, return_value_policy, handle)
 

Detailed Description

This struct is a partial specialization of type_caster for for lsst::sphgeom::Relationship.

It maps between std::bitset<3> and Python integers, avoiding the need to wrap the former. This header should be included by all wrappers for functions that consume or return Relationship instances.


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