piranha  0.10
Public Member Functions | List of all members
piranha::print_tex_coefficient_impl< mp_rational< SSize > > Struct Template Reference

Specialisation of the piranha::print_tex_coefficient() functor for piranha::mp_rational. More...

#include <piranha/mp_rational.hpp>

Public Member Functions

void operator() (std::ostream &os, const mp_rational< SSize > &cf) const
 Call operator. More...
 

Detailed Description

template<std::size_t SSize>
struct piranha::print_tex_coefficient_impl< mp_rational< SSize > >

Specialisation of the piranha::print_tex_coefficient() functor for piranha::mp_rational.

Definition at line 1829 of file mp_rational.hpp.

Member Function Documentation

◆ operator()()

template<std::size_t SSize>
void piranha::print_tex_coefficient_impl< mp_rational< SSize > >::operator() ( std::ostream &  os,
const mp_rational< SSize > &  cf 
) const
inline

Call operator.

Parameters
ostarget stream.
cfcoefficient to be printed.
Exceptions
unspecifiedany exception thrown by streaming piranha::mp_integer to os.

Definition at line 1837 of file mp_rational.hpp.


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