13 lines
127 B
C++
13 lines
127 B
C++
#pragma once
|
|
|
|
namespace clanguml {
|
|
namespace t30010 {
|
|
namespace library2 {
|
|
|
|
template <typename T> struct B {
|
|
T b;
|
|
};
|
|
|
|
}
|
|
}
|
|
} |