diff options
| author | Tyge Løvset <[email protected]> | 2023-01-04 16:33:52 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-01-04 16:33:52 +0100 |
| commit | 41c8dfe25d9ef785c3b8a9f00f042a61669af7e6 (patch) | |
| tree | 6a996716e1421533b04bd5c7d889298fec531c35 /docs/cpque_api.md | |
| parent | bb754d1e0e728c6b0f41efff16e512af04a0b3b8 (diff) | |
| download | STC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.tar.gz STC-modified-41c8dfe25d9ef785c3b8a9f00f042a61669af7e6.zip | |
Improved a few examples.
Diffstat (limited to 'docs/cpque_api.md')
| -rw-r--r-- | docs/cpque_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cpque_api.md b/docs/cpque_api.md index 790b902c..392d3149 100644 --- a/docs/cpque_api.md +++ b/docs/cpque_api.md @@ -18,7 +18,7 @@ See the c++ class [std::priority_queue](https://en.cppreference.com/w/cpp/contai #define i_valfrom // convertion func i_valraw => i_val #define i_valto // convertion func i_val* => i_valraw. -#define i_less_functor // takes self as first argument. See examples/cpque.c for usage. +#define i_less_functor // takes self as first argument. See examples/functor.c for usage. #define i_tag // alternative typename: cpque_{i_tag}. i_tag defaults to i_val #include <stc/cpque.h> ``` |
