Function unwrap_bit_value¶
function unwrap_bit_value(const T &) simd¶
template <typename T>
KFR_INTRINSIC T unwrap_bit_value(const T& value) Returns the underlying mask value of a bit, or the value itself for non-bit types.
| T | Argument type. |
| value | Value to unwrap. |
For bit<T> the stored mask; otherwise value unchanged. |
Fully qualified name: kfr::unwrap_bit_value(const T &)
Declared at simd/types.hpp:571
Function unwrap_bit_value¶
function unwrap_bit_value(const bit<T> &) simd¶
template <typename T>
KFR_INTRINSIC T unwrap_bit_value(const bit<T>& value) Overload unwrapping a bit<T> to its underlying mask value.
Fully qualified name: kfr::unwrap_bit_value(const bit<T> &)
Declared at simd/types.hpp:579
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.