3#ifndef TETL_TYPE_TRAITS_IS_FINAL_HPP
4#define TETL_TYPE_TRAITS_IS_FINAL_HPP
Definition adjacent_find.hpp:8
constexpr bool is_final_v
Definition is_final.hpp:20
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
If T is a final class (that is, a class declared with the final specifier), provides the member const...
Definition is_final.hpp:17