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

Function box_print_line

src/include/utils/debug_utils.hpp:165–167  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163/// \param msg the message to log
164/// \param width the width of the box
165inline void box_print_line(std::string msg, int width = 40){
166 MSG_BOX_LINE(width, msg);
167}
168
169/// \brief size_t_to_string macro
170/// \param size the size to convert

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected