cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Static Public Member Functions | Static Public Attributes | List of all members
npy_format_descriptor< T, SFINAE > Struct Template Reference

#include <numpy.h>

Static Public Member Functions

static pybind11::dtype dtype ()
 
static std::string format ()
 
static void register_dtype (any_container< field_descriptor > fields)
 

Static Public Attributes

static constexpr auto name = make_caster<T>::name
 

Detailed Description

template<typename T, typename SFINAE>
struct npy_format_descriptor< T, SFINAE >

Definition at line 1159 of file numpy.h.

Member Function Documentation

◆ dtype()

template<typename T , typename SFINAE >
static pybind11::dtype npy_format_descriptor< T, SFINAE >::dtype ( )
inlinestatic

Definition at line 1164 of file numpy.h.

◆ format()

template<typename T , typename SFINAE >
static std::string npy_format_descriptor< T, SFINAE >::format ( )
inlinestatic

Definition at line 1168 of file numpy.h.

◆ register_dtype()

template<typename T , typename SFINAE >
static void npy_format_descriptor< T, SFINAE >::register_dtype ( any_container< field_descriptor fields)
inlinestatic

Definition at line 1173 of file numpy.h.

Member Data Documentation

◆ name

template<typename T , typename SFINAE >
constexpr auto npy_format_descriptor< T, SFINAE >::name = make_caster<T>::name
staticconstexpr

Definition at line 1162 of file numpy.h.


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