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++ Library : Other (not classified elsewhere) » Vector Error
Re: Vector Error [message #17397 is a reply to message #17394] Wed, 13 August 2008 15:04 Go to previous messageGo to previous message
mr_ped is currently offline  mr_ped
Messages: 825
Registered: November 2005
Location: Czech Republic - Praha
Experienced Contributor
BTW, String is moveable itself, so if your struct is just as you posted it here, you can declare it moveable too by:
struct HiddenTag : Moveable<HiddenTag>
{
  String name;
  String value;
};


But keep thinking about the moveable property whenever you add new thing to that structure.

I did want to give you also some link with information which basic UPP types are (not) moveable, but I don't see anything like that in documentation, just generic moveable concept description, and from some examples it is obvious the "UPP::String" *is* moveable too, so kodos gave you pretty much all reasonable documentation which is available.

But I think this area should be expanded and improved in documentation. Some simple table with moveable yes/no of Core UPP classes may be helpful. (looking at Mirek Smile )
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: CtrlLib PaletteLayout wrong size (Very Minor)
Next Topic: opening window in hidden mode
Goto Forum:
  


Current Time: Sun May 12 10:57:25 CEST 2024

Total time taken to generate the page: 0.02355 seconds