MIRA
IsCollection< T > Class Template Reference

Type trait that indicates whether a type is a collection. More...

#include <serialization/IsCollection.h>

Inheritance diagram for IsCollection< T >:
Inheritance graph
[legend]

Detailed Description

template<typename T>
class mira::IsCollection< T >

Type trait that indicates whether a type is a collection.

You can specialize this trait for your own types if they are serialized as containers.


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