|
piranha
0.10
|
Specialisation of the piranha::math::ldegree() functor for instances of piranha::power_series. More...
#include <piranha/power_series.hpp>
Public Member Functions | |
| template<typename... Args> | |
| auto | operator() (const Series &s, const Args &... args) const -> decltype(s.ldegree(args...)) |
| Call operator. More... | |
Specialisation of the piranha::math::ldegree() functor for instances of piranha::power_series.
This specialisation is activated if Series is an instance of piranha::power_series. If Series does not fulfill the requirements outlined in piranha::power_series, the call operator will be disabled.
Definition at line 601 of file power_series.hpp.
|
inline |
Call operator.
If available, it will call piranha::power_series::ldegree().
| s | input power series. |
| args | additional arguments that will be passed to the series' method. |
s.| unspecified | any exception thrown by the invoked method of the series. |
Definition at line 614 of file power_series.hpp.
1.8.14