priority_queue
hi all,
i can not understand this line of code... :( can some on explain it what does it do?
1 2 3
|
std::priority_queue< std::pair< std::vector< ActionStatePair >, double >,
std::vector< std::pair< std::vector< ActionStatePair >, double > >,
ChainComparator > queue;
|
Topic archived. No new replies allowed.