Deprecated, no longer necessary; kept only for backward compatibility.
Synopsis
Declared in <mp‐units/framework/customization_points.h>
[[deprecated("2.5.0: `is_vector` is no longer necessary and can simply be removed")]]
template<typename Rep>
constexpr bool is_vector = false;
|
Warning
|
Deprecated: 2.5.0: `is_vector` is no longer necessary and can simply be removed. Use of this entity is allowed but discouraged. |
Template Parameters
Name |
Description |
Rep |
a representation type |
Created with MrDocs