\brief box_print macro \param msg the message to log \param width the width of the box
| 150 | /// \param msg the message to log |
| 151 | /// \param width the width of the box |
| 152 | inline 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 |
nothing calls this directly
no outgoing calls
no test coverage detected