pack< void(T)> Struct Template Reference
#include <SerializationExportWrapper.hpp>
List of all members.
|
Public Types |
typedef T | type |
Detailed Description
template<class T>
struct pack< void(T)>
Argument pack for macros. Used to give a type for templated classes when exporting. See
http://lists.boost.org/Archives/boost/2004/08/70149.php for more.
- Todo:
- Check if we need this on Boost>=1.38. Even if it's not needed there, we might still need it to load earlier archives.
Definition at line 231 of file SerializationExportWrapper.hpp.
Member Typedef Documentation
template<class T>
typedef T pack< void(T)>::type |
The documentation for this struct was generated from the following file: