|
Turi Create
4.0
|
#include <core/storage/sgraph_data/sgraph_fast_triple_apply.hpp>
Public Member Functions | |
| edge_data & | edge () |
| Provide edge data access. | |
| fast_edge_scope (const vertex_address &source_addr, const vertex_address &target_addr, edge_data *edge) | |
| Do not construct edge_scope directly. Used by triple_apply_impl. | |
Provide access to an edge scope (Vertex, Edge, Vertex); The scope object permits read, modify both vertex data and the edge data. See fast_triple_apply
Definition at line 40 of file sgraph_fast_triple_apply.hpp.