
you might ask Mathias to look into this. He implemented the is_wrapper and augmented the documentation to support it. Robert Ramey David Abrahams wrote:
on Thu Nov 06 2008, David Abrahams <dave-AT-boostpro.com> wrote:
on Thu Nov 06 2008, "Robert Ramey" <ramey-AT-rrsd.com> wrote:
This is described in the documentation
Reference Serializable Concept Class Serialization Traits Wrappers
Robert Ramey
Thanks. Could you please do a global search for "wrapper" in your docs and make sure that all uses of the term with that meaning are hyperlinked to that section?
Also, can you give a more complete definition of the term? In particular, what special properties of wrapper types, other than that you need to be able to serialize them when they're const, are enabled by specializing is_wrapper?
Thanks,