MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TablePrinter

Method TablePrinter

CvPlot/ext/catch2/inc/catch.hpp:16037–16039  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16035
16036public:
16037 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos )
16038 : m_os( os ),
16039 m_columnInfos( std::move( columnInfos ) ) {}
16040
16041 auto columnInfos() const -> std::vector<ColumnInfo> const& {
16042 return m_columnInfos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected