Skip to content

Function scale

function scale(csizes_t<indices...>) meta

template <size_t group, size_t... indices, size_t N = group * sizeof...(indices)>
constexpr KFR_INTRINSIC auto scale(csizes_t<indices...>) noexcept { … }

Template parameters
group size of each expanded group
indices source indices

Fully qualified name: kfr::scale(csizes_t<indices...>)

Declared at meta.hpp:716

Function scale

function scale() meta

template <size_t group, size_t... indices, size_t N = group * sizeof...(indices)>
constexpr KFR_INTRINSIC auto scale() noexcept { … }

Template parameters
group size of each expanded group
indices source indices

Fully qualified name: kfr::scale()

Declared at meta.hpp:726

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