Vowpal Wabbit
v_array< T, Enable > Struct Template Reference

This is a diagnostic overload used to prevent v_array from being used with types that are not trivially copyable. More...

#include <v_array.h>

Detailed Description

template<typename T, typename Enable = void>
struct v_array< T, Enable >

This is a diagnostic overload used to prevent v_array from being used with types that are not trivially copyable.

Template Parameters
TElement type
EnableUsed to check if T is trivially_copyable
Note
If you get an error message saying that x uses undefined struct 'v_array<...,void>' that means the type is not trivially copyable and cannot be used with v_array.

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