Class construct_common_type¶
class construct_common_type<CT, Tpl> simd¶
template <typename CT, template <typename T> typename Tpl>
struct construct_common_type { … } Helper that maps a common-type result onto a single-argument template.
| CT | Common type carrier. |
| Tpl | Unary template to wrap the resolved type with. |
Fully qualified name: kfr::construct_common_type<CT, Tpl>
Declared at simd/types.hpp:139
Class construct_common_type¶
class construct_common_type<CT, Tpl> simd¶
template <typename CT, template <typename T> typename Tpl>
requires requires { … } typedef type ¶
using type = Tpl<typename CT::type> Fully qualified name: kfr::construct_common_type<CT, Tpl>::type
Declared at simd/types.hpp:146
Fully qualified name: kfr::construct_common_type<CT, Tpl>
Declared at simd/types.hpp:144
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.