Given this struct:
struct Foo { std::array<int, 8> bar; }
How can I get the size of the bar array if I don't have an instance of Foo?
bar
Foo
Aucun commentaire:
Enregistrer un commentaire