Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created May 14, 2017 15:12
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/cb1c98ca498efef2dfaa99cc5704d8f6 to your computer and use it in GitHub Desktop.
Save deque-blog/cb1c98ca498efef2dfaa99cc5704d8f6 to your computer and use it in GitHub Desktop.
log_named_trace(std::cout, "Prefix: ",
hana::make_tuple("n", "s", "t"),
4, "fizz", "buzz");
//Output:
"Prefix: {n 4, s fizz, t buzz}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment