pstore2
pstore::serialize::is_compatible< T1, T2 > Struct Template Reference

If the two types T1 and T2 have a compatible representation when serialized, provides the member constant value equal to true, otherwise false. More...

#include <types.hpp>

Inheritance diagram for pstore::serialize::is_compatible< T1, T2 >:
Inheritance graph
[legend]
Collaboration diagram for pstore::serialize::is_compatible< T1, T2 >:
Collaboration graph
[legend]

Detailed Description

template<typename T1, typename T2>
struct pstore::serialize::is_compatible< T1, T2 >

If the two types T1 and T2 have a compatible representation when serialized, provides the member constant value equal to true, otherwise false.


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