mirror of
https://github.com/boostorg/python.git
synced 2026-01-22 17:32:55 +00:00
9 lines
68 B
C++
9 lines
68 B
C++
|
|
template <class X, class Y>
|
|
struct Point
|
|
{
|
|
X x;
|
|
Y y;
|
|
};
|
|
|