Skip to content

Commit

Permalink
doc: available container methods
Browse files Browse the repository at this point in the history
  • Loading branch information
PraneethJain authored and barche committed Jul 21, 2024
1 parent 1fb3980 commit a4352b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -961,6 +961,8 @@ You can also further specialize on `T` to get specific behavior depending on th
| `StdForwardList` | `std::forward_list` | To be released |
| | | |

View [StdLib](./src/StdLib) to check available methods.

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);`.
For this to work, add `#include "jlcxx/stl.hpp"` to your C++ file.

Expand Down

0 comments on commit a4352b5

Please sign in to comment.