cppyabm  1.0.17
An agent-based library to integrate C++ and Python
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 vectorize_arg< T >

Definition at line 1459 of file numpy.h.

Member Typedef Documentation

◆ call_type

template<typename T >
using vectorize_arg< T >::call_type = remove_reference_t<T>

Definition at line 1462 of file numpy.h.

◆ type

Definition at line 1470 of file numpy.h.

Member Data Documentation

◆ vectorize

template<typename T >
constexpr bool vectorize_arg< T >::vectorize
staticconstexpr

The documentation for this struct was generated from the following file:
negation
Definition: common.h:529
test_callbacks.value
value
Definition: test_callbacks.py:126