Updated test cases documentation

This commit is contained in:
Bartek Kryza
2022-03-13 23:36:51 +01:00
parent 40dec39995
commit 82672b1082
7 changed files with 173 additions and 162 deletions

View File

@@ -42,12 +42,13 @@ struct key_t {
template <typename T> struct map;
template <>
struct map<std::integral_constant<property_t, property_t::property_a>> : A {
struct map<std::integral_constant<clanguml::t00038::property_t,
clanguml::t00038::property_t::property_a>> : A {
};
template <>
struct map<
std::vector<std::integral_constant<property_t, property_t::property_b>>>
struct map<std::vector<
std::integral_constant<t00038::property_t, t00038::property_t::property_b>>>
: B {
};