Skip to content

Variable is_compound_type

variable is_compound_type meta

template <typename T>
constexpr inline bool is_compound_type = !compound_type_traits<std::decay_t<T>>::is_scalar

if

true T is a compound (non-scalar) type

Fully qualified name: kfr::is_compound_type

Declared at meta.hpp:92

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