Vowpal Wabbit
Public Types | Public Member Functions | Public Attributes | List of all members
vw_slim::internal::location_value< It1, It2 > Class Template Reference

#include <vw_slim_predict.h>

Public Types

using Val1 = typename std::iterator_traits< It1 >::value_type
 
using Val2 = typename std::iterator_traits< It2 >::value_type
 

Public Member Functions

 location_value (const location_reference< It1, It2 > &rhs)
 

Public Attributes

Val1 _val1
 
Val2 _val2
 

Member Typedef Documentation

template<typename It1 , typename It2 >
using vw_slim::internal::location_value< It1, It2 >::Val1 = typename std::iterator_traits<It1>::value_type
template<typename It1 , typename It2 >
using vw_slim::internal::location_value< It1, It2 >::Val2 = typename std::iterator_traits<It2>::value_type

Constructor & Destructor Documentation

template<typename It1 , typename It2 >
vw_slim::internal::location_value< It1, It2 >::location_value ( const location_reference< It1, It2 > &  rhs)
inline

Member Data Documentation

template<typename It1 , typename It2 >
Val1 vw_slim::internal::location_value< It1, It2 >::_val1
template<typename It1 , typename It2 >
Val2 vw_slim::internal::location_value< It1, It2 >::_val2

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