4#ifndef TETL_TYPE_TRAITS_IS_CLASS_HPP
5#define TETL_TYPE_TRAITS_IS_CLASS_HPP
7#include <etl/_config/all.hpp>
9#include <etl/_type_traits/bool_constant.hpp>
14struct is_class : bool_constant<
__is_class(T)> { };
Definition adjacent_find.hpp:9
constexpr bool is_class_v
Definition is_class.hpp:17
Definition is_class.hpp:14