Static Public Member Functions | Static Public Attributes | Private Types | List of all members
npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > > Struct Template Reference

#include <numpy.h>

Static Public Member Functions

static pybind11::dtype dtype ()
 

Static Public Attributes

static constexpr auto name = base_descr::name
 

Private Types

using base_descr = npy_format_descriptor< typename std::underlying_type< T >::type >
 

Detailed Description

template<typename T>
struct npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > >

Definition at line 1079 of file numpy.h.

Member Typedef Documentation

template<typename T >
using npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > >::base_descr = npy_format_descriptor<typename std::underlying_type<T>::type>
private

Definition at line 1081 of file numpy.h.

Member Function Documentation

template<typename T >
static pybind11::dtype npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > >::dtype ( )
inlinestatic

Definition at line 1084 of file numpy.h.

Member Data Documentation

template<typename T >
constexpr auto npy_format_descriptor< T, enable_if_t< std::is_enum< T >::value > >::name = base_descr::name
static

Definition at line 1083 of file numpy.h.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:48