MCPcopy Create free account
hub / github.com/boostorg/leaf / serialize

Function serialize

include/boost/leaf/error.hpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120{
121 template <class Encoder, class T, class... Unused>
122 typename std::enable_if<std::is_base_of<detail::encoder, Encoder>::value>::type
123 serialize(Encoder &, T const &, char const *, Unused && ...)
124 {
125 }
126}
127
128namespace detail

Callers 1

serialize_Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected