Skip to content

Function size_of

function size_of() simd

template <typename T>
constexpr size_t size_of() noexcept { … }

Size of a (possibly compound) type measured in bytes of its deepest scalar.

Returns
sizeof(deep_subtype<T>) * compound_type_traits<T>::deep_width .

Fully qualified name: kfr::size_of()

Declared at simd/vec.hpp:930

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.