\brief box_print_bound macro \param width the width of the box
| 156 | /// \brief box_print_bound macro |
| 157 | /// \param width the width of the box |
| 158 | inline void box_print_bound(int width = 40){ |
| 159 | MSG_BONDLINE(width); |
| 160 | } |
| 161 | |
| 162 | /// \brief box_print_line macro |
| 163 | /// \param msg the message to log |
nothing calls this directly
no outgoing calls
no test coverage detected