mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
add front, back, at : container access non-member functions
This commit is contained in:
parent
fa426a413a
commit
909ccfe73a
6 changed files with 572 additions and 17 deletions
|
@ -14,5 +14,8 @@
|
|||
#include <sprout/container/end.hpp>
|
||||
#include <sprout/container/size.hpp>
|
||||
#include <sprout/container/empty.hpp>
|
||||
#include <sprout/container/front.hpp>
|
||||
#include <sprout/container/back.hpp>
|
||||
#include <sprout/container/at.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_CONTAINER_RANGE_FUNCTIONS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue