GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
pr_formatted_float< T > Class Template Reference

#include "pr-output.h"

Public Member Functions

 pr_formatted_float (const float_display_format &fdf, T val)
 
 pr_formatted_float (const float_format &ff, T val)
 

Public Attributes

const float_format m_ff
 
m_val
 

Detailed Description

template<typename T>
class pr_formatted_float< T >

Definition at line 532 of file pr-output.h.

Constructor & Destructor Documentation

◆ pr_formatted_float() [1/2]

template<typename T >
pr_formatted_float< T >::pr_formatted_float ( const float_format ff,
val 
)
inline

Definition at line 541 of file pr-output.h.

◆ pr_formatted_float() [2/2]

template<typename T >
pr_formatted_float< T >::pr_formatted_float ( const float_display_format fdf,
val 
)
inline

Definition at line 544 of file pr-output.h.

Member Data Documentation

◆ m_ff

template<typename T >
const float_format pr_formatted_float< T >::m_ff

Definition at line 537 of file pr-output.h.

◆ m_val

template<typename T >
T pr_formatted_float< T >::m_val

Definition at line 539 of file pr-output.h.


The documentation for this class was generated from the following files: