#include <di/serialization/serialize_string.h>
|
template<typename Format, typename T, typename... Args, typename S = meta::Serializer<Format, StringWriter<>, Args...>, typename R = meta::LikeExpected<meta::SerializeResult<S>, container::String>> |
constexpr auto | operator() (Format format, T &&value, Args &&... args) const -> R |
|
◆ operator()()
template<typename Format, typename T, typename... Args, typename S = meta::Serializer<Format, StringWriter<>, Args...>, typename R = meta::LikeExpected<meta::SerializeResult<S>, container::String>>
auto di::serialization::detail::SerializeStringFunction::operator() |
( |
Format | format, |
|
|
T && | value, |
|
|
Args &&... | args ) const -> R |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: