Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created June 3, 2017 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deque-blog/d128244a9fe72e32cd5b59d03561fdd6 to your computer and use it in GitHub Desktop.
Save deque-blog/d128244a9fe72e32cd5b59d03561fdd6 to your computer and use it in GitHub Desktop.
std::string repeat_n_with_logs(int n, std::string const& s)
{
return wrap_with_logs("repeat_n"s, repeat_n, n, s);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment