Actions
Task #4337
closedTask #4336: Make container APIs more consisent with C++ standard practices.
Change all containers to implement `size()`
Status:
Closed
Priority:
Normal
Assignee:
Ryan Wickman
Target version:
-
Start date:
10/12/2017
Due date:
% Done:
0%
Estimated time:
Description
All container-like classes in the NLSR codebase SHOULD implement size()
, and MAY implement other methods.
Actions