SoPlex Documentation
Loading...
Searching...
No Matches

#include <format.h>

Public Member Functions

FMT_CONSTEXPR Char & operator[] (size_t index)
 
FMT_CONSTEXPR const Char & operator[] (size_t index) const
 

Static Public Member Functions

static FMT_CONSTEXPR fill_t< Char > make ()
 

Private Attributes

Char data_ [6]
 

Detailed Description

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

Definition at line 984 of file format.h.

Member Function Documentation

◆ make()

template<typename Char >
static FMT_CONSTEXPR fill_t< Char > make ( )
static

Definition at line 994 of file format.h.

◆ operator[]() [1/2]

template<typename Char >
FMT_CONSTEXPR Char & operator[] ( size_t index)

Definition at line 989 of file format.h.

References internal::index.

◆ operator[]() [2/2]

template<typename Char >
FMT_CONSTEXPR const Char & operator[] ( size_t index) const

Definition at line 990 of file format.h.

References internal::index.

Member Data Documentation

◆ data_

template<typename Char >
Char data_[6]
private

Definition at line 986 of file format.h.