libzeep-doc
Contents
Introduction
XML
JSON
HTTP
Generic
API Reference
Class Hierarchy
File Hierarchy
Full API
Namespaces
Classes and Structs
Enums
Functions
Variables
Defines
Typedefs
Typedef zeep::difference_type_t
Typedef zeep::iterator_category_t
Typedef zeep::iterator_t
Typedef zeep::key_type_t
Typedef zeep::mapped_type_t
Typedef zeep::pointer_t
Typedef zeep::reference_t
Typedef zeep::serialize_function
Typedef zeep::serialize_value_t
Typedef zeep::unicode
Typedef zeep::value_type_t
Typedef zeep::vs_from_string_function
Typedef zeep::vs_to_string_function
Index
libzeep-doc
API Reference
Typedef zeep::vs_from_string_function
View page source
Typedef zeep::vs_from_string_function
Typedef Documentation
template
<
typename
T
>
using
zeep
::
vs_from_string_function
=
decltype
(
zeep
::
value_serializer
<
T
>
::
from_string
(
std
::
declval
<
const
std
::
string
&
>
(
)
)
)