Scippy

SoPlex

Sequential object-oriented simPlex

nonfinite_writer< Char > Struct Template Reference

#include <format.h>

Public Member Functions

size_t size () const
 
size_t width () const
 
template<typename It >
void operator() (It &&it) const
 

Public Attributes

sign_t sign
 
const char * str
 

Static Public Attributes

static constexpr size_t str_size = 3
 

Detailed Description

template<typename Char>
struct internal::nonfinite_writer< Char >

Definition at line 1361 of file format.h.

Member Function Documentation

◆ operator()()

void operator() ( It &&  it) const

Definition at line 1369 of file format.h.

References basic_data<>::signs.

◆ size()

size_t size ( ) const

Definition at line 1366 of file format.h.

◆ width()

size_t width ( ) const

Definition at line 1367 of file format.h.

Member Data Documentation

◆ sign

sign_t sign

Definition at line 1362 of file format.h.

◆ str

const char* str

Definition at line 1363 of file format.h.

◆ str_size

constexpr size_t str_size = 3
static

Definition at line 1364 of file format.h.