15#include "adapter_for.hpp"
28template <
typename TContainer>
32 using element_type =
typename TContainer::value_type;
49 for (
const element_type&
x :
from)
An adapter for the type T.
An adapter for container types.
An adapter for enumeration types.
Represents a single JSON value, which can be any one of a potential kind, each behaving slightly diff...
Copyright (c) 2014-2020 by Travis Gockel.
JSONV_PUBLIC value array()
Create an empty array value.
Conversion between C++ types and JSON values.