MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / TablePrinter

Method TablePrinter

tests/catch.hpp:13344–13346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13342
13343public:
13344 TablePrinter( std::ostream& os, std::vector<ColumnInfo> columnInfos )
13345 : m_os( os ),
13346 m_columnInfos( std::move( columnInfos ) ) {}
13347
13348 auto columnInfos() const -> std::vector<ColumnInfo> const& {
13349 return m_columnInfos;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected