|
JSON Voorhees
Killer JSON for C++
|
Copyright (c) 2015-2026 by Travis Gockel. More...
#include <jsonv/config.hpp>#include <jsonv/serialization/extract.hpp>#include "extractor_for.hpp"#include <expected>#include <utility>
Include dependency graph for function_extractor.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | jsonv::function_extractor< T, FExtract > |
An extractor which calls a function to perform extraction. More... | |
Functions | |
| template<typename FExtract > | |
| auto | jsonv::make_extractor (FExtract func) -> function_extractor< detail::extract_function_result_t< FExtract >, FExtract > |
Create an extractor from func, deducing what it extracts from its return type. | |
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 function_extractor.hpp.