WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
align_spec Struct Reference

#include <format.h>

Inheritance diagram for align_spec:

Public Member Functions

FMT_CONSTEXPR align_spec ()
 
FMT_CONSTEXPR unsigned width () const
 
FMT_CONSTEXPR wchar_t fill () const
 
FMT_CONSTEXPR alignment align () const
 

Public Attributes

unsigned width_
 
wchar_t fill_
 
alignment align_
 

Detailed Description

Definition at line 1087 of file format.h.

Constructor & Destructor Documentation

◆ align_spec()

FMT_CONSTEXPR align_spec::align_spec ( )
inline

Definition at line 1094 of file format.h.

Member Function Documentation

◆ align()

FMT_CONSTEXPR alignment align_spec::align ( ) const
inline

Definition at line 1097 of file format.h.

Here is the caller graph for this function:

◆ fill()

FMT_CONSTEXPR wchar_t align_spec::fill ( ) const
inline

Definition at line 1096 of file format.h.

◆ width()

FMT_CONSTEXPR unsigned align_spec::width ( ) const
inline

Definition at line 1095 of file format.h.

Member Data Documentation

◆ align_

alignment align_spec::align_

Definition at line 1092 of file format.h.

◆ fill_

wchar_t align_spec::fill_

Definition at line 1091 of file format.h.

◆ width_

unsigned align_spec::width_

Definition at line 1088 of file format.h.


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