Scippy

SoPlex

Sequential object-oriented simPlex

fill_t< Char > Struct Template Reference

#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()

static FMT_CONSTEXPR fill_t<Char> make ( )
static

Definition at line 994 of file format.h.

◆ operator[]() [1/2]

FMT_CONSTEXPR Char& operator[] ( size_t  index)

Definition at line 989 of file format.h.

◆ operator[]() [2/2]

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

Definition at line 990 of file format.h.

Member Data Documentation

◆ data_

Char data_[6]
private

Definition at line 986 of file format.h.