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

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

#include <piranha/series.hpp>

Public Member Functions

template<typename U >
void operator() (U &s) const
 Call operator. More...
 

Detailed Description

template<typename T>
struct piranha::math::negate_impl< T, typename std::enable_if< is_series< T >::value >::type >

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

This specialisation is enabled if T is an instance of piranha::series.

Definition at line 2931 of file series.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
template<typename U >
void piranha::math::negate_impl< T, typename std::enable_if< is_series< T >::value >::type >::operator() ( U &  s) const
inline

Call operator.

Parameters
spiranha::series to be negated.
Exceptions
unspecifiedany exception thrown by piranha::series::negate().

Definition at line 2939 of file series.hpp.


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