От: | Sinclair | https://github.com/evilguest/ | |
Дата: | 22.04.15 15:14 | ||
Оценка: |
struct
{
FIELD(int, appleId);
} apples;
struct
{
FIELD(int, orangeId);
} oranges;
int main()
{
auto x = select(apples.appleId, oranges.orangeId); // WTF is x???
}