Vowpal Wabbit
Public Member Functions | List of all members
VW::v_array_allocator< T > Struct Template Reference

#include <v_array_pool.h>

Public Member Functions

v_array< T > operator() ()
 

Detailed Description

template<typename T>
struct VW::v_array_allocator< T >

Definition at line 9 of file v_array_pool.h.

Member Function Documentation

◆ operator()()

template<typename T >
v_array<T> VW::v_array_allocator< T >::operator() ( )
inline

Definition at line 11 of file v_array_pool.h.

11 { return v_init<T>(); }

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