|
Functions |
| float * | copy (float *first, float *last, float *dest) |
| | efficient specialisations of std::copy for built-in types
|
| double * | copy (double *first, double *last, double *dest) |
| bool * | copy (bool *first, bool *last, bool *dest) |
| char * | copy (char *first, char *last, char *dest) |
| unsigned char * | copy (unsigned char *first, unsigned char *last, unsigned char *dest) |
| short * | copy (short *first, short *last, short *dest) |
| unsigned short * | copy (unsigned short *first, unsigned short *last, unsigned short *dest) |
| int * | copy (int *first, int *last, int *dest) |
| unsigned int * | copy (unsigned int *first, unsigned int *last, unsigned int *dest) |
| long * | copy (long *first, long *last, long *dest) |
| unsigned long * | copy (unsigned long *first, unsigned long *last, unsigned long *dest) |