九韶内核 1.0.0.0
|
Defines indexed heap. 更多...
类 | |
class | AMCAX::Meshing::IndexDenseHeap< value_type, key_type, comparator > |
Each element is a pair of key and value (k, v). Key is supposed to be an index with type index_t. Value is usually something to be sorted, e.g., priority. IndexDenseHeap use a heap to sort values by comparing value. It also can modify value by key and resort the values. 更多... | |
命名空间 | |
namespace | AMCAX |
AMCAX 内核提供的所有接口所在的命名空间。 | |
namespace | AMCAX::Meshing |
AMCAX Meshing 模块提供的所有接口所在的命名空间。 | |
Defines indexed heap.