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

Specialisation of the piranha::math::partial() functor for piranha::real. More...

#include <piranha/real.hpp>

Public Member Functions

real operator() (const real &, const std::string &) const
 Call operator. More...
 

Detailed Description

template<typename T>
struct piranha::math::partial_impl< T, typename std::enable_if< std::is_same< T, real >::value >::type >

Specialisation of the piranha::math::partial() functor for piranha::real.

Definition at line 2055 of file real.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
real piranha::math::partial_impl< T, typename std::enable_if< std::is_same< T, real >::value >::type >::operator() ( const real ,
const std::string &   
) const
inline

Call operator.

Returns
an instance of piranha::real constructed from zero.

Definition at line 2060 of file real.hpp.


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