as_int64

Contents

as_int64#

Cast an operator to an int64_t

template<typename T>
auto __MATX_INLINE__ matx::as_int64(const T &t)#

Helper function to cast an input operator to an int64_t.

Template Parameters:

T – Input type

Parameters:

t – Input operator

Returns:

Operator output casted to int64_t