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.
| T | Type to check. |
Fully qualified name: kfr::is_expr_element
Declared at base/expression.hpp:289
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.