Vowpal Wabbit
|
#include <vw_slim_predict.h>
Public Types | |
using | Ref = location_reference< It1, It2 > |
using | Val = location_value< It1, It2 > |
Public Member Functions | |
location_reference ()=delete | |
location_reference (const Ref &other) | |
location_reference (It1 first, It2 second) | |
location_reference & | operator= (const Val &rhs) |
location_reference & | operator= (const Ref &rhs) |
Public Attributes | |
It1 | _ptr1 |
It2 | _ptr2 |
Friends | |
void | swap (const location_reference &a, const location_reference &b) |
Definition at line 22 of file vw_slim_predict.h.
using vw_slim::internal::location_reference< It1, It2 >::Ref = location_reference<It1, It2> |
Definition at line 43 of file vw_slim_predict.h.
using vw_slim::internal::location_reference< It1, It2 >::Val = location_value<It1, It2> |
Definition at line 44 of file vw_slim_predict.h.
|
delete |
|
inline |
Definition at line 48 of file vw_slim_predict.h.
|
inline |
Definition at line 50 of file vw_slim_predict.h.
|
inline |
Definition at line 52 of file vw_slim_predict.h.
References vw_slim::internal::location_value< It1, It2 >::_val1, and vw_slim::internal::location_value< It1, It2 >::_val2.
|
inline |
Definition at line 59 of file vw_slim_predict.h.
References vw_slim::internal::location_reference< It1, It2 >::_ptr1, and vw_slim::internal::location_reference< It1, It2 >::_ptr2.
|
friend |
Definition at line 66 of file vw_slim_predict.h.
It1 vw_slim::internal::location_reference< It1, It2 >::_ptr1 |
Definition at line 41 of file vw_slim_predict.h.
Referenced by vw_slim::internal::location_reference< It1, It2 >::operator=().
It2 vw_slim::internal::location_reference< It1, It2 >::_ptr2 |
Definition at line 42 of file vw_slim_predict.h.
Referenced by vw_slim::internal::location_reference< It1, It2 >::operator=().