MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / box_print

Function box_print

src/include/utils/debug_utils.hpp:152–154  ·  view source on GitHub ↗

\brief box_print macro \param msg the message to log \param width the width of the box

Source from the content-addressed store, hash-verified

150/// \param msg the message to log
151/// \param width the width of the box
152inline void box_print(std::string msg, int width = 40){
153 MSG_BOX(width, msg);
154}
155
156/// \brief box_print_bound macro
157/// \param width the width of the box

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected