Copying STL Lists

From: Harry Overs (hovers_at_dera.gov.uk)
Date: 09/30/04


Date: Thu, 30 Sep 2004 15:42:34 +0100

Hi,
what is the easiest way to copy a STL list of BYTEs to a new list that will
then be used and maintained by an external class? The list that is to be
copied is very large about 25000 so the I need a very efficient solution.

many thanks,