\brief box_print_line macro \param msg the message to log \param width the width of the box
| 163 | /// \param msg the message to log |
| 164 | /// \param width the width of the box |
| 165 | inline 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 |
nothing calls this directly
no outgoing calls
no test coverage detected