piranha  0.10
Public Member Functions | List of all members
piranha::math::is_zero_impl< Series, typename std::enable_if< is_series< Series >::value >::type > Struct Template Reference

Specialisation of the piranha::math::is_zero() functor for piranha::series. More...

#include <piranha/series.hpp>

Public Member Functions

bool operator() (const Series &s) const
 Call operator. More...
 

Detailed Description

template<typename Series>
struct piranha::math::is_zero_impl< Series, typename std::enable_if< is_series< Series >::value >::type >

Specialisation of the piranha::math::is_zero() functor for piranha::series.

This specialisation is activated when Series is an instance of piranha::series. The result will be computed via the series' empty() method.

Definition at line 2951 of file series.hpp.

Member Function Documentation

◆ operator()()

template<typename Series >
bool piranha::math::is_zero_impl< Series, typename std::enable_if< is_series< Series >::value >::type >::operator() ( const Series &  s) const
inline

Call operator.

Parameters
spiranha::series to be tested.
Returns
true if s is empty, false otherwise.

Definition at line 2958 of file series.hpp.


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