Skip to content

Variable is_expr_element

variable is_expr_element base

template <typename T>
constexpr inline bool is_expr_element = std::is_same_v<std::remove_cv_t<T>, T> && is_vec_element<T>

Inline variable that is true when T is a non-cv-qualified scalar vector element type.

Template parameters
T Type to check.

Fully qualified name: kfr::is_expr_element

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