|
piranha
0.10
|
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. | |
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.
1.8.14