Skip to main content
Arduino

Return to Answer

replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
std::vector<Test&> test

Yes, well I doubt you can make a vector of references. A vector of pointers I could believe.

See, for example: http://stackoverflow.com/questions/922360/why-cant-i-make-a-vector-of-references https://stackoverflow.com/questions/922360/why-cant-i-make-a-vector-of-references

std::vector<Test&> test

Yes, well I doubt you can make a vector of references. A vector of pointers I could believe.

See, for example: http://stackoverflow.com/questions/922360/why-cant-i-make-a-vector-of-references

std::vector<Test&> test

Yes, well I doubt you can make a vector of references. A vector of pointers I could believe.

See, for example: https://stackoverflow.com/questions/922360/why-cant-i-make-a-vector-of-references

Source Link
Nick Gammon
  • 38.9k
  • 13
  • 69
  • 125
std::vector<Test&> test

Yes, well I doubt you can make a vector of references. A vector of pointers I could believe.

See, for example: http://stackoverflow.com/questions/922360/why-cant-i-make-a-vector-of-references

lang-cpp

AltStyle によって変換されたページ (->オリジナル) /