Created
July 28, 2020 00:10
-
-
Save JohnMurray/a392c740eb2c49f76a9055ca8e9e7feb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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