Skip to content

Instantly share code, notes, and snippets.

@BogdanAriton
Created June 15, 2021 15:25
Show Gist options
  • Save BogdanAriton/3a78d940054b031162e10c60ead75d5b to your computer and use it in GitHub Desktop.
Save BogdanAriton/3a78d940054b031162e10c60ead75d5b to your computer and use it in GitHub Desktop.
operator std::string() const
{
return helper::to_string(this->data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment