Classes | |
struct | abstract_creator |
abstract_creator is an internal helper to avoid some code having to know if a type is created on a stack or the heap. More... | |
struct | abstract_creator< T * > |
A specialization of abstract_creator to create objects on the heap, using the s11n::cl API. More... |
See also the Detail namespace, which is similar but subtly different.