Quetzal-CoaTL
The Coalescence Template Library
Loading...
Searching...
No Matches
extractor.hpp
1// Copyright 2022 Arnaud Becheler <arnaud.becheler@gmail.com>
2
3/*********************************************************************** * This program is free software; you can
4 *redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free
5 *Software Foundation; either version 2 of the License, or * (at your option) any later version. *
6 * *
7 ***************************************************************************/
8
9#ifndef __QUETZAL_EXTRACTORS_H_INCLUDED__
10#define __QUETZAL_EXTRACTORS_H_INCLUDED__
11
12namespace boost::accumulators
13{
14namespace extract
15{
19extractor<tag::tajima> const tajima = {};
20} // namespace extract
21
25using extract::tajima;
26
27} // namespace boost::accumulators
28
29#endif