$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [serialization] "Wrapper Type?"
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-11-06 21:20:41
This is described in the documentation
Reference
Serializable Concept
Class Serialization Traits
Wrappers
Robert Ramey
David Abrahams wrote:
> Hi,
>
> The documentation uses this term AFAICT without definition anywhere.
> How am I supposed to know that what I've defined is a "wrapper type"
> and is_wrapper should be specialized?
>
> TIA,