Skip to content

Typedef decay_common

typedef decay_common simd

using decay_common = std::decay_t<std::common_type_t<T...>>

Decays to the common type of the supplied arguments after decay.

Template parameters
T... Argument types.

Fully qualified name: kfr::decay_common

Declared at simd/types.hpp:128

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