Home
last modified time | relevance | path

Searched defs:point_with_private_attributes (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/fusion/test/sequence/
Dadapt_struct.cpp49 struct point_with_private_attributes struct
54 int x;
55 int y;
56 int z;
59 point_with_private_attributes(int x, int y, int z):x(x),y(y),z(z) in point_with_private_attributes() function