SoPlex Documentation
Loading...
Searching...
No Matches
basic_writer< Range >::str_writer< Char > Struct Template Reference

Public Member Functions

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

Public Attributes

const Char * s
 
size_t size_
 

Detailed Description

template<typename Range>
template<typename Char>
struct internal::basic_writer< Range >::str_writer< Char >

Definition at line 1594 of file format.h.

Member Function Documentation

◆ operator()()

template<typename Range >
template<typename Char >
template<typename It >
void operator() ( It && it) const

Definition at line 1603 of file format.h.

◆ size()

template<typename Range >
template<typename Char >
size_t size ( ) const

Definition at line 1598 of file format.h.

◆ width()

template<typename Range >
template<typename Char >
size_t width ( ) const

Definition at line 1599 of file format.h.

References internal::count_code_points().

Member Data Documentation

◆ s

template<typename Range >
template<typename Char >
const Char* s

Definition at line 1595 of file format.h.

◆ size_

template<typename Range >
template<typename Char >
size_t size_

Definition at line 1596 of file format.h.