as_int32#

Cast an operator to an int32_t

template<typename T>
auto __MATX_INLINE__ matx::as_int32(T t)#

Helper function to cast an input operator to an int32_t.

Template Parameters:

T – Input type

Parameters:

t – Input operator

Returns:

Operator output casted to int32_t