File: nn_dict_dynamic.cpp

package info (click to toggle)
libsdsl 2.1.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,992 kB
  • sloc: cpp: 42,286; makefile: 1,171; ansic: 318; sh: 201; python: 27
file content (13 lines) | stat: -rw-r--r-- 206 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "sdsl/nn_dict_dynamic.hpp"
#include "sdsl/util.hpp"

namespace sdsl
{
namespace util
{
void set_zero_bits(nn_dict_dynamic& nn)
{
    util::set_to_value(nn.m_tree, 0);
}
} // end util
} // end sdsl