ponder
3.2
C++ reflection library
|
Ponder user extendable namespace. More...
Classes | |
class | ValueMapper |
Template providing a mapping between C++ types/values and Ponder types/values. More... | |
Ponder user extendable namespace.
C++ only allows specialisation within the same namespace as the type you are extending. To avoid clashes with the ponder namespace we use ponder_ext
to provide a safe place to place custom specialisations.