Wordsearch Solver
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
compact_trie2::MiniOffsets< Rng > Class Template Reference

2 byte wide view onto the offsets of child nodes, relative to the CompactTrie2::next_row_offset(). More...

#include <mini_offsets.hpp>

Inheritance diagram for compact_trie2::MiniOffsets< Rng >:

Classes

struct  cursor
 

Public Types

using Iterator = cursor
 

Public Member Functions

auto begin_cursor () const
 
auto end_cursor () const
 
 MiniOffsets (Rng &&rng)
 

Public Attributes

Rng rng_
 

Detailed Description

template<class Rng>
class compact_trie2::MiniOffsets< Rng >

2 byte wide view onto the offsets of child nodes, relative to the CompactTrie2::next_row_offset().


The documentation for this class was generated from the following file: