C++ Stl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Prabu Ramasamy
    New Member
    • Jun 2007
    • 6

    C++ Stl

    1.(*((this->insert(make_pa ir(x,T()))).fir st)).second
    2..while ( mymap.value_com p()(*it++, highest) )

    pleas explain these function declaration step by step.i coulnt get.
  • AdrianH
    Recognized Expert Top Contributor
    • Feb 2007
    • 1251

    #2
    Originally posted by Prabu Ramasamy
    1.(*((this->insert(make_pa ir(x,T()))).fir st)).second
    2..while ( mymap.value_com p()(*it++, highest) )

    pleas explain these function declaration step by step.i coulnt get.
    Take it appart from the inside out.

    What have you done so far on this?


    Adrian

    Comment

    Working...