Vowpal Wabbit
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
VW::reductions::automl::Iterator Class Reference

#include <automl_impl.h>

Public Types

using iterator_category = std::forward_iterator_tag
 

Public Member Functions

 Iterator (size_t start_value=0)
 
size_t operator* () const
 
Iteratoroperator++ ()
 
bool operator== (const Iterator &rhs) const
 
bool operator< (const Iterator &rhs) const
 

Member Typedef Documentation

◆ iterator_category

using VW::reductions::automl::Iterator::iterator_category = std::forward_iterator_tag

Constructor & Destructor Documentation

◆ Iterator()

VW::reductions::automl::Iterator::Iterator ( size_t  start_value = 0)
inline

Member Function Documentation

◆ operator*()

size_t VW::reductions::automl::Iterator::operator* ( ) const
inline

◆ operator++()

Iterator & VW::reductions::automl::Iterator::operator++ ( )
inline

◆ operator<()

bool VW::reductions::automl::Iterator::operator< ( const Iterator rhs) const
inline

◆ operator==()

bool VW::reductions::automl::Iterator::operator== ( const Iterator rhs) const
inline

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