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