Files
meta.hpp/TODO.md
2022-01-09 06:05:21 +07:00

301 B

meta.hpp

  • add type names;
  • add argument names
  • add variable and member readonly flags
  • add meta exception class;
  • add conversion of nullptr to any pointers;
  • add conversion of any pointers to void pointer ( identically cv-qualified );
  • add enum_type::create, number_type::create, and so on.