xdrpp
RFC4506 XDR compiler and message library
Public Member Functions | Public Attributes | List of all members
xdr::opaque_auth Struct Reference

Public Member Functions

template<typename _flavor_T , typename _body_T , typename = typename std::enable_if<std::is_constructible<auth_flavor, _flavor_T>::value && std::is_constructible<xdr::opaque_vec<400>, _body_T>::value >::type>
 opaque_auth (_flavor_T &&_flavor, _body_T &&_body)
 

Public Attributes

auth_flavor flavor {}
 
xdr::opaque_vec< 400 > body {}
 

Detailed Description

Definition at line 54 of file rpc_msg.hh.


The documentation for this struct was generated from the following file: