add front, back, at : container access non-member functions

This commit is contained in:
bolero-MURAKAMI 2014-07-12 18:04:45 +09:00
parent fa426a413a
commit 909ccfe73a
6 changed files with 572 additions and 17 deletions

View file

@ -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