Skip to content

Instantly share code, notes, and snippets.

@JohnMurray
Created July 28, 2020 00:10
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 JohnMurray/a392c740eb2c49f76a9055ca8e9e7feb to your computer and use it in GitHub Desktop.
Save JohnMurray/a392c740eb2c49f76a9055ca8e9e7feb to your computer and use it in GitHub Desktop.
template<typename ... Messages>
class Actor {
std::vector<std::variant<Messages ...>> m_messages;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment