Decorators< OpenChar, CloseChar, SepChar > Struct Template Reference

List decorators with open, close and separator characters. More...

Inheritance diagram for Decorators< OpenChar, CloseChar, SepChar >:
[legend]

Static Public Attributes

static constexpr char open = OpenChar
 
static constexpr char close = CloseChar
 
static constexpr char separator = SepChar
 

Detailed Description

template<char OpenChar, char CloseChar, char SepChar>
struct Foam::FlatOutput::Decorators< OpenChar, CloseChar, SepChar >

List decorators with open, close and separator characters.

Definition at line 71 of file FlatOutput.H.

Member Data Documentation

◆ open

constexpr char open = OpenChar
staticconstexpr

Definition at line 73 of file FlatOutput.H.

◆ close

constexpr char close = CloseChar
staticconstexpr

Definition at line 74 of file FlatOutput.H.

◆ separator

constexpr char separator = SepChar
staticconstexpr

Definition at line 75 of file FlatOutput.H.


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