Vowpal Wabbit
|
#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 |
Definition at line 25 of file vw_slim_predict.h.
using vw_slim::internal::location_value< It1, It2 >::Val1 = typename std::iterator_traits<It1>::value_type |
Definition at line 28 of file vw_slim_predict.h.
using vw_slim::internal::location_value< It1, It2 >::Val2 = typename std::iterator_traits<It2>::value_type |
Definition at line 29 of file vw_slim_predict.h.
|
inline |
Definition at line 34 of file vw_slim_predict.h.
Val1 vw_slim::internal::location_value< It1, It2 >::_val1 |
Definition at line 31 of file vw_slim_predict.h.
Referenced by vw_slim::internal::location_reference< It1, It2 >::operator=().
Val2 vw_slim::internal::location_value< It1, It2 >::_val2 |
Definition at line 32 of file vw_slim_predict.h.
Referenced by vw_slim::internal::location_reference< It1, It2 >::operator=().