DAW JSON Link
Loading...
Searching...
No Matches
daw_json_find_result.h
Go to the documentation of this file.
1// Copyright (c) Darrell Wright
2//
3// Distributed under the Boost Software License, Version 1.0. (See accompanying
4// file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
5//
6// Official repository: https://github.com/beached/daw_json_link
7//
8
9#pragma once
10
11#include "version.h"
12
13namespace daw::json {
14 inline namespace DAW_JSON_VER {
15 namespace json_details {
16 template<typename ParseState>
17 struct find_result {
18 ParseState location;
19 bool known;
20 };
21 } // namespace json_details
22 } // namespace DAW_JSON_VER
23} // namespace daw::json
Customization point traits.
#define DAW_JSON_VER
The version string used in namespace definitions. Must be a valid namespace name.
Definition version.h:20