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

Type trait to detect the availability of a series multiplier. More...

#include <piranha/series.hpp>

Inherits piranha::detail::sfinae_types.

Static Public Attributes

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

Detailed Description

template<typename Series>
class piranha::series_has_multiplier< Series >

Type trait to detect the availability of a series multiplier.

This type trait will be true if a piranha::series_multiplier of Series can be constructed and used (as described in the piranha::series_multiplier documentation), false otherwise. The decay type of Series, which must satisfy piranha::is_series, is considered by this type trait.

Definition at line 275 of file series.hpp.


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