#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 |
using vectorize_arg< T >::call_type = remove_reference_t<T> |
using vectorize_arg< T >::type = conditional_t<vectorize, array_t<remove_cv_t<call_type>, array::forcecast>, T> |
|
staticconstexpr |