MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / TablePrinter

Method TablePrinter

test/catch.hpp:17794–17798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17792
17793public:
17794 TablePrinter(std::ostream& os, std::vector<ColumnInfo> columnInfos)
17795 : m_os(os)
17796 , m_columnInfos(std::move(columnInfos))
17797 {
17798 }
17799
17800 auto columnInfos() const -> std::vector<ColumnInfo> const&
17801 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected