Compile-time reflection in C++14 without macro and additional markup

  • Stream 1
  • Intramural
  • 13:10
  • RU

Недавно было открыто несколько новых метапрограмных техник в C++, позволяющих реализовать
рефлексию, работающую "из коробки".
В докладе я расскажу об этих техниках, покажу примеры использования и расскажу об их
применимости в C++17.
Желающие уже сейчас могут начать экспериментировать с рефлексией, используя библиотеку
https://github.com/apolukhin/magic_get
Several metaprogramming techniques that allow using an "out-of-box" reflection in C++ have been
discovered lately.
The talk will cover these techniques and will show usage examples. We will discuss how the
techniques may be applied in C++17.
You can experiment with reflection using https://github.com/apolukhin/magic_get library.

Antony Polukhin

Lead Developer, Yandex, Moscow, Russia

A representative of Russian working group (RG 21 RF) at C++ Standardization Committee. Author of several accepted proposals to the C++ standard. Author of the following Boost libraries: TypeIndex, DLL, …