tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
struct | is_final< T > |
If T is a final class (that is, a class declared with the final specifier), provides the member constant value equal true. For any other type, value is false. If T is a class type, T shall be a complete type; otherwise, the behavior is undefined. More... | |
Namespaces | |
namespace | etl |
Variables | |
template<typename T> | |
constexpr bool | is_final_v = __is_final(T) |