|
DAW JSON Link
|
#include "impl/version.h"#include "daw_json_link.h"#include <daw/daw_traits.h>#include <iostream>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | daw |
| namespace | daw::json |
| Customization point traits. | |
| namespace | daw::json::anonymous_namespace{daw_json_iostream.h} |
Functions | |
| template<typename Container DAW_JSON_ENABLEIF> | |
| DAW_JSON_REQUIRES (daw::json::json_details::is_container_opted_into_json_iostreams_v< Container >) std | |
| An opt in ostream interface for containers of types that have JSON mappings. | |
| template<typename T DAW_JSON_ENABLEIF> | |
| std::ostream & | operator<< (std::ostream &os, T const &value) |
| An opt in ostream interface for types that have JSON mappings. | |
| DAW_JSON_REQUIRES | ( | daw::json::json_details::is_container_opted_into_json_iostreams_v< Container > | ) |
An opt in ostream interface for containers of types that have JSON mappings.
Definition at line 52 of file daw_json_iostream.h.
| std::ostream & operator<< | ( | std::ostream & | os, |
| T const & | value | ||
| ) |
An opt in ostream interface for types that have JSON mappings.
Definition at line 43 of file daw_json_iostream.h.