$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-11-09 20:53:28
This is used in the file boost/archive/impl/basic_text_oprimitive.ipp .
Perhaps this might shed some light on how its used.
Robert Ramey
Kervin L. Pierre wrote:
> Hello,
>
> Does someone have an example of how
> to use the base64_from_binary class
> to convert a 'char *' buffer to
> base64 text in a local buffer?
>
> I believe this is probably one of
> the simplest uses of the function
> but I can't make sense of the
> documentation.
>
> Best regards,
> Kervin