10   explicit TableRow(
const std::string &label,
    11                     std::size_t lines_before = 1,
    12                     std::size_t lines_after = 1);
    16            std::size_t lines_before = 0,
    17            std::size_t line_after = 0,
 
Combines a callable function taking a Baby and returning a scalar or vector with its string represent...
TableRow & operator=(const TableRow &)=default
std::size_t lines_before_