7 lines
112 B
C++
7 lines
112 B
C++
export module t30013.mod2;
|
|
|
|
export namespace clanguml::t30013 {
|
|
template <typename T> struct CB {
|
|
T cb;
|
|
};
|
|
} |