|
piranha
0.10
|
Default functor for piranha::print_tex_coefficient(). More...
#include <piranha/print_tex_coefficient.hpp>
Public Member Functions | |
| template<typename U > | |
| auto | operator() (std::ostream &os, const U &cf) const -> decltype(print_coefficient(os, cf)) |
| Call operator. More... | |
Default functor for piranha::print_tex_coefficient().
This functor should be specialised via the std::enable_if mechanism.
Definition at line 45 of file print_tex_coefficient.hpp.
|
inline |
Call operator.
The default call operator will call piranha::print_coefficient.
| os | target stream. |
| cf | coefficient to be printed. |
| unspecified | any exception thrown by piranha::print_coefficient. |
Definition at line 58 of file print_tex_coefficient.hpp.
1.8.14