📝 overwork documentation
This commit is contained in:
parent
cf06ba8643
commit
25ca594ff7
@ -175,5 +175,5 @@ Strong exception safety: if an exception occurs, the original value stays intact
|
|||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
1. Added in version 1.0.0.
|
1. Added in version 1.0.0.
|
||||||
2. Added in version 1.0.0; `KeyT` template added in version 3.10.0.
|
2. Added in version 1.0.0; `KeyT` template added in version 3.10.5.
|
||||||
3. Added in version 2.0.0.
|
3. Added in version 2.0.0.
|
||||||
|
|||||||
@ -55,3 +55,4 @@ This method always returns `#!cpp false` when executed on a JSON type that is no
|
|||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
- Added in version 3.6.0.
|
- Added in version 3.6.0.
|
||||||
|
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.
|
||||||
|
|||||||
@ -54,3 +54,4 @@ This method always returns `0` when executed on a JSON type that is not an objec
|
|||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
- Added in version 1.0.0.
|
- Added in version 1.0.0.
|
||||||
|
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.
|
||||||
|
|||||||
@ -182,4 +182,4 @@ Strong exception safety: if an exception occurs, the original value stays intact
|
|||||||
|
|
||||||
- Added in version 1.0.0.
|
- Added in version 1.0.0.
|
||||||
- Added support for binary types in version 3.8.0.
|
- Added support for binary types in version 3.8.0.
|
||||||
- Added `KeyT` template in version 3.10.0.
|
- Added `KeyT` template in version 3.10.5.
|
||||||
|
|||||||
@ -58,3 +58,4 @@ This method always returns `end()` when executed on a JSON type that is not an o
|
|||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
- Added in version 1.0.0.
|
- Added in version 1.0.0.
|
||||||
|
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.
|
||||||
|
|||||||
@ -187,5 +187,5 @@ Strong exception safety: if an exception occurs, the original value stays intact
|
|||||||
|
|
||||||
1. Added in version 1.0.0.
|
1. Added in version 1.0.0.
|
||||||
2. Added in version 1.0.0. Overloads for `T* key` added in version 1.1.0. Template `T* key` replaced by template `KeyT`
|
2. Added in version 1.0.0. Overloads for `T* key` added in version 1.1.0. Template `T* key` replaced by template `KeyT`
|
||||||
in version 3.10.0 which now also supports `std::string_view`.
|
in version 3.10.5 which now also supports `std::string_view`.
|
||||||
3. Added in version 2.0.0.
|
3. Added in version 2.0.0.
|
||||||
|
|||||||
@ -121,4 +121,4 @@ changes to any JSON value.
|
|||||||
## Version history
|
## Version history
|
||||||
|
|
||||||
1. Added in version 1.0.0.
|
1. Added in version 1.0.0.
|
||||||
2. Added in version 2.0.2. `KeyType` template parameter added in 3.10.0.
|
2. Added in version 2.0.2. `KeyType` template parameter added in 3.10.5.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user