piranha  0.10
piranha::math::binomial_impl< T, U, typename > Struct Template Reference

Default functor for the implementation of piranha::math::binomial(). More...

#include <piranha/binomial.hpp>

Detailed Description

template<typename T, typename U, typename = void>
struct piranha::math::binomial_impl< T, U, typename >

Default functor for the implementation of piranha::math::binomial().

This functor can be specialised via the std::enable_if mechanism. The default implementation does not define the call operator, and will thus generate a compile-time error if used.

Definition at line 140 of file binomial.hpp.


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