ponder 3.2
C++ reflection library
ponder_ext Namespace Reference

Ponder user extendable namespace. More...

Classes

class  ValueMapper
 Template providing a mapping between C++ types/values and Ponder types/values. More...
 

Detailed Description

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.

See also
ValueMapper.