Class index_t

Inheritance Relationships

Base Type

Class Documentation

class index_t : public slam_mer::templated_id_t<index_t, uint32_t>

Type for generic indices.

Public Types

using base_t = templated_id_t<index_t, uint32_t>
using set = set_t<index_t>
using ordered = ordered_t<index_t>
using vector = vector_t<index_t>

Public Functions

inline explicit operator size_t() const

Converts this index to size_t.

Returns:

Raw index value converted to size_t.