Skip to content

Commit 8d6aa08

Browse files
PraneethJainbarche
authored andcommitted
doc: mention iterators
1 parent c4c54b9 commit 8d6aa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ You can also further specialize on `T` to get specific behavior depending on th
961961
| `StdForwardList` | `std::forward_list` | To be released |
962962
| | | |
963963

964-
View [StdLib](./src/StdLib) to check available methods.
964+
View [StdLib](./src/StdLib) to check available methods. The containers have iterators defined, and hence are iterable.
965965

966966
To add support for e.g. vectors of your own type `World`, either just add methods that use an `std::vector<World>` as an argument, or manually wrap them using `jlcxx::stl::apply_stl<World>(mod);`.
967967
For this to work, add `#include "jlcxx/stl.hpp"` to your C++ file.

0 commit comments

Comments
 (0)