SDSL  3.0.0
Succinct Data Structure Library
construct_config.hpp
Go to the documentation of this file.
1 // Copyright (c) 2016, the SDSL Project Authors. All rights reserved.
2 // Please see the AUTHORS file for details. Use of this source code is governed
3 // by a BSD license that can be found in the LICENSE file.
4 #ifndef INCLUDED_SDSL_CONSTRUCT_CONFIG
5 #define INCLUDED_SDSL_CONSTRUCT_CONFIG
6 
7 #include <sdsl/config.hpp>
8 
9 namespace sdsl
10 {
11 
13 {
15 };
16 
18 {
19  static construct_config_data data;
20  return data;
21 }
22 
23 } // namespace sdsl
24 
25 #endif
Namespace for the succinct data structure library.
byte_sa_algo_type
Definition: config.hpp:60
@ LIBDIVSUFSORT
Definition: config.hpp:61
construct_config_data & construct_config()