TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
google::protobuf::internal::ElementCopier< Element, HasTrivialCopy > 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 , bool HasTrivialCopy>
void google::protobuf::internal::ElementCopier< Element, HasTrivialCopy >::operator() ( Element  to[],
const Element  from[],
int  array_size 
)
841  {
842  std::copy(from, from + array_size, to);
843 }

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