MCPcopy Create free account
hub / github.com/dblalock/bolt / TextAttributes

Method TextAttributes

cpp/quantize/catch.hpp:3199–3204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3197
3198 struct TextAttributes {
3199 TextAttributes()
3200 : initialIndent( std::string::npos ),
3201 indent( 0 ),
3202 width( consoleWidth-1 ),
3203 tabChar( '\t' )
3204 {}
3205
3206 TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; }
3207 TextAttributes& setIndent( std::size_t _value ) { indent = _value; return *this; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected