This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
complex array types
- From: Angus March VE2UFP <angus at hamgate dot Concordia dot CA>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 8 Oct 2003 17:31:09 +0000 (GMT)
- Subject: complex array types
I've looked through all documentation I can find, but found nothing
about how to make complex array types. Is it possible in STL?
If not, where? I'd think this is a common problem, but I
haven't been able to find anyone who's had it.
Of course, by "complex" I don't mean of the complex
number set, with the i (or j) operator, but types like
classes with constructors.