|
JSON Voorhees
Killer JSON for C++
|
Copyright (c) 2015-2026 by Travis Gockel. More...
#include <jsonv/config.hpp>#include <jsonv/serialization/adapter.hpp>#include <jsonv/value.hpp>#include <expected>#include <new>#include <utility>
Include dependency graph for adapter_for.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | jsonv::adapter_for< T > |
An adapter for the type T. More... | |
| class | jsonv::value_adapter_for< T > |
A base for adapters written against the older value -based extraction interface. More... | |
Copyright (c) 2015-2026 by Travis Gockel.
All rights reserved.
This program is free software: you can redistribute it and/or modify it under the terms of the Apache License as published by the Apache Software Foundation, either version 2 of the License, or (at your option) any later version.
Definition in file adapter_for.hpp.