Vowpal Wabbit
Classes | Namespaces | Typedefs
options_types.h File Reference

Go to the source code of this file.

Classes

struct  VW::config::typelist< Types >
 
struct  VW::config::typelist< Types >::head_impl< Head, Tail >
 
struct  VW::config::typelist< Types >::tail_impl< Head, Tail >
 

Namespaces

 VW
 
 VW::config
 

Typedefs

using VW::config::supported_options_types = typelist< unsigned int, int, size_t, uint64_t, float, double, char, std::string, bool, std::vector< int >, std::vector< size_t >, std::vector< float >, std::vector< double >, std::vector< char >, std::vector< std::string > >