Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Error when I trying to Add in VectorMap container a "C" struct
Re: Error when I trying to Add in VectorMap container a "C" struct [message #23034 is a reply to message #23031] Wed, 09 September 2009 17:27 Go to previous messageGo to previous message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

Ion, first of all, you should check if Vector as the right type of flavor for you. May be ArrayMap fits well into your program - it has no Moveable requirement and less side effects than VectorMap.

If VectorMap is required, consider using Moveable:
struct MyType: Moveable<MyType>
{
...
};


Remember that Moveable type shouldn`t contain any pointers.
Additional requirements are listed in the VectorMap help topic.
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: compressed serialization
Next Topic: How to re-initialize random generator?
Goto Forum:
  


Current Time: Tue May 14 23:27:23 CEST 2024

Total time taken to generate the page: 0.02671 seconds