Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
pack< void(T)> Struct Template Reference

#include <SerializationExportWrapper.hpp>

+ Collaboration diagram for pack< void(T)>:

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 194 of file SerializationExportWrapper.hpp.

Member Typedef Documentation

◆ type

template<class T >
typedef T pack< void(T)>::type

Type definition.

Definition at line 195 of file SerializationExportWrapper.hpp.


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