BlueBrain / basalt

C++11 Graph Storage library
https://bluebrain.github.io/basalt
GNU Lesser General Public License v3.0
4 stars 2 forks source link

API: add iterator for edges #18

Closed tristan0x closed 5 years ago

tristan0x commented 5 years ago

Add begin() and end() member methods in basalt::connections_t like in basalt::nodes_t

tristan0x commented 5 years ago

Fixed by b37ff092