Struct IndexSlotCounters¶ Defined in File indices.hpp Struct Documentation¶ struct IndexSlotCounters¶ tracks number of times each index appears in a given slot type Public Functions inline std::int64_t total() const¶ inline std::int64_t nonproto() const¶ inline IndexSlotCounters &increment(SlotType slot)¶ Public Members std::int64_t bra = 0¶ std::int64_t ket = 0¶ std::int64_t aux = 0¶ std::int64_t proto = 0¶