Mjolnir Core
Core functionality of the Mjolnir API

◆ get() [2/2]

auto get ( T_RegisterType  src,
UST  index 
) -> ElementType<T_RegisterType>
inlinenoexcept

Get the value of a specific element from a vector register.

Template Parameters
T_RegisterTypeRegister type
Parameters
[in]srcThe source register
[in]indexIndex of the element
Returns
The value of the indexed element