PcapPlusPlus  Next
pcpp::internal::Copier< T, Enable > Struct Template Reference

A helper struct to facilitate the creation of a copy of an object. More...

#include <PointerVector.h>

Detailed Description

template<class T, class Enable = void>
struct pcpp::internal::Copier< T, Enable >

A helper struct to facilitate the creation of a copy of an object.

Template Parameters
TThe type of object to copy.
EnableHelper parameter for SFINAE.