Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Created September 26, 2015 10:50
Show Gist options
  • Save kaskavalci/064de8cd95f3c4abb89d to your computer and use it in GitHub Desktop.
Save kaskavalci/064de8cd95f3c4abb89d to your computer and use it in GitHub Desktop.
class ClassB {
private:
std::vector<ClassA> myVector;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment