Rename template parameter

This commit is contained in:
Florian Albrechtskirchinger 2022-08-03 16:43:51 +02:00
parent 4479ee9654
commit b5c4440ca4
No known key found for this signature in database
GPG Key ID: 19618CE9B2D4BE6D

View File

@ -51,7 +51,7 @@ class basic_json;
/// @brief JSON Pointer defines a string syntax for identifying a specific value within a JSON document
/// @sa https://json.nlohmann.me/api/json_pointer/
template<typename BasicJsonType>
template<typename RefStringType>
class json_pointer;
/*!