as_int16#

Cast an operator to an int16_t

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

Helper function to cast an input operator to an int16_t.

Template Parameters:

T – Input type

Parameters:

t – Input operator

Returns:

Operator output casted to int16_t