#include <di/serialization/serialize.h>
|
template<typename Format, typename T, typename... Args>
requires (concepts::TagInvocable<SerializeSizeFunction, Format, T, Args...> || requires { serialization::serialize( serialization::serializer(format, di::declval<SizeWriter>(), util::forward<Args>(args)...), value); }) |
constexpr auto | operator() (Format format, T &&value, Args &&... args) const |
|
◆ operator()()
auto di::serialization::detail::SerializeSizeFunction::operator() |
( |
Format | format, |
|
|
T && | value, |
|
|
Args &&... | args ) const |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: