cmoon::specialization_of
Defined in module
<cmoon.concepts>
|
(1) |
The concept specialization_of<T, Template>
is satisfied if and only if the complete type T
is a template specialization of the incomplete type Template
.
For example, std::string
is a specialization of std::basic_string
.