An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis 3 Programmer Reference
|
(Default) Policy for copying map elements More...
#include <CollectorMap.h>
Protected Member Functions | |
const T & | copy (const T &src) const |
Returns a copy of the input. | |
(Default) Policy for copying map elements
Defines a method to copy simple elements from an existing map to a destination map. This policy just makes a direct copy of the element to the destination.
This policy assumes the assignment operator handles the proper copying of each element T in the collection.
Definition at line 182 of file CollectorMap.h.
|
inlineprotected |
Returns a copy of the input.
src | The map element to be copied |
Definition at line 192 of file CollectorMap.h.
Referenced by Isis::CollectorMap< int, int >::CollectorMap(), and Isis::CollectorMap< int, int >::operator=().