Scarab  v2.9.1
Project 8 C++ Utility Library
Public Types | Static Public Attributes | List of all members
vectorize_arg< T > Struct Template Reference

#include <numpy.h>

Public Types

using call_type = remove_reference_t< T >
 
using type = conditional_t< vectorize, array_t< remove_cv_t< call_type >, array::forcecast >, T >
 

Static Public Attributes

static constexpr bool vectorize
 

Detailed Description

template<typename T>
struct pybind11::detail::vectorize_arg< T >

Definition at line 1465 of file numpy.h.

Member Typedef Documentation

◆ call_type

Definition at line 1468 of file numpy.h.

◆ type

using type = conditional_t<vectorize, array_t<remove_cv_t<call_type>, array::forcecast>, T>

Definition at line 1476 of file numpy.h.

Member Data Documentation

◆ vectorize

constexpr bool vectorize
static

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