Phasor 3.3.0
Stack VM based Programming Language
Loading...
Searching...
No Matches
vformat::detail::Spec Struct Reference

#include <vformat.hpp>

Public Attributes

bool minus = false
bool plus = false
bool space = false
bool hash = false
bool zero = false
bool quote = false
int width = 0
int prec = -1
Length length = Length::None
char conv = '\0'

Detailed Description

Definition at line 27 of file vformat.hpp.

Member Data Documentation

◆ conv

char vformat::detail::Spec::conv = '\0'

Definition at line 39 of file vformat.hpp.

◆ hash

bool vformat::detail::Spec::hash = false

Definition at line 31 of file vformat.hpp.

◆ length

Length vformat::detail::Spec::length = Length::None

Definition at line 38 of file vformat.hpp.

◆ minus

bool vformat::detail::Spec::minus = false

Definition at line 28 of file vformat.hpp.

◆ plus

bool vformat::detail::Spec::plus = false

Definition at line 29 of file vformat.hpp.

◆ prec

int vformat::detail::Spec::prec = -1

Definition at line 36 of file vformat.hpp.

◆ quote

bool vformat::detail::Spec::quote = false

Definition at line 33 of file vformat.hpp.

◆ space

bool vformat::detail::Spec::space = false

Definition at line 30 of file vformat.hpp.

◆ width

int vformat::detail::Spec::width = 0

Definition at line 35 of file vformat.hpp.

◆ zero

bool vformat::detail::Spec::zero = false

Definition at line 32 of file vformat.hpp.


The documentation for this struct was generated from the following file: