TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::internal::ElementCopier< Element, true > Struct Template Reference

#include <repeated_field.h>

Public Member Functions

void operator() (Element to[], const Element from[], int array_size)
 

Member Function Documentation

template<typename Element >
void google::protobuf::internal::ElementCopier< Element, true >::operator() ( Element  to[],
const Element  from[],
int  array_size 
)
inline
847  {
848  memcpy(to, from, array_size * sizeof(Element));
849  }

The documentation for this struct was generated from the following file: