xdrpp
RFC4506 XDR compiler and message library
Namespaces | Functions
clear.h File Reference

Support for clearing an XDR data structure. More...

#include <cstring>
#include <type_traits>
#include <xdrpp/types.h>
Include dependency graph for clear.h:

Go to the source code of this file.

Namespaces

 xdr
 Most of the xdrpp library is encapsulated in the xdr namespace.
 

Functions

template<typename T >
void xdr::xdr_clear (T &t)
 Reset XDR data structure to its default contents. More...
 

Detailed Description

Support for clearing an XDR data structure.

Definition in file clear.h.