Vowpal Wabbit
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
option.h File Reference
#include "vw/common/vw_exception.h"
#include "vw/common/vw_throw.h"
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <type_traits>
#include <typeinfo>
#include <vector>

Classes

class  VW::config::typed_option_visitor
 
class  VW::config::base_option
 
class  VW::config::typed_option< T >
 
class  VW::config::typed_option_with_location< T >
 

Namespaces

namespace  VW
 
namespace  VW::config
 

Functions

template<typename T >
bool VW::config::operator== (const typed_option< T > &lhs, const typed_option< T > &rhs)
 
template<typename T >
bool VW::config::operator!= (const typed_option< T > &lhs, const typed_option< T > &rhs)
 
bool VW::config::operator== (const base_option &lhs, const base_option &rhs)
 
bool VW::config::operator!= (const base_option &lhs, const base_option &rhs)