Vowpal Wabbit
Classes | Namespaces | Typedefs
vw_fwd.h File Reference
#include <cstdint>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>

Classes

struct  VW::v_array< T, Enable >
 This is a diagnostic overload used to prevent v_array from being used with types that are not trivially copyable. More...
 
struct  VW::LEARNER::learner< T, E >
 Defines the interface for a learning algorithm. More...
 

Namespaces

 VW
 
 VW::LEARNER
 Contains the VW::LEARNER::learner object and utilities for interacting with it.
 
 VW::config
 
 VW::io
 
 VW::details
 

Typedefs

using extent_term = std::pair< VW::namespace_index, uint64_t >
 

Typedef Documentation

◆ extent_term

using extent_term = std::pair<VW::namespace_index, uint64_t>