piranha  0.10
Static Public Attributes | List of all members
piranha::is_series< T > Class Template Reference

Type trait to detect series types. More...

#include <piranha/series.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T>
class piranha::is_series< T >

Type trait to detect series types.

This type trait will be true if T is an instance of piranha::series which satisfies piranha::is_container_element.

Definition at line 49 of file series_fwd.hpp.


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