August 2012
Intermediate to advanced
976 pages
30h 17m
English
static Member DefinitionsIf QueryResult had declared a static member, its definition would appear outside the scope of the TextQuery. For example, assuming QueryResult had a static member, its definition would look something like
// defines an int static member of QueryResult// which is a class nested inside TextQueryint TextQuery::QueryResult::static_mem = 1024;
Read now
Unlock full access