| 695 | */ |
| 696 | template <typename StringType> |
| 697 | NodeType* AtPointer(const GenericJsonPointer<StringType>& pointer) { |
| 698 | return atPointerImpl(pointer); |
| 699 | } |
| 700 | |
| 701 | /** |
| 702 | * @brief get specific node by json pointer. This is implemented by variable |
nothing calls this directly
no test coverage detected