MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TablePrinter

Method TablePrinter

unittests/catch.hpp:11826–11828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11824
11825public:
11826 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos )
11827 : m_os( os ),
11828 m_columnInfos( std::move( columnInfos ) ) {}
11829
11830 auto columnInfos() const -> std::vector<ColumnInfo> const& {
11831 return m_columnInfos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected