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) |
using vw_slim::internal::location_reference< It1, It2 >::Ref = location_reference<It1, It2> |
using vw_slim::internal::location_reference< It1, It2 >::Val = location_value<It1, It2> |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
It1 vw_slim::internal::location_reference< It1, It2 >::_ptr1 |
It2 vw_slim::internal::location_reference< It1, It2 >::_ptr2 |