#include "genesis/utils/core/algorithm.hpp"
#include "genesis/utils/formats/nexus/block.hpp"
#include <algorithm>
#include <ostream>
#include <stdexcept>
#include <string>
#include <vector>
Go to the source code of this file.
|
| | genesis |
| | Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
| |
| | genesis::utils |
| |
|
| bool | operator!= (NexusTaxa const &lhs, NexusTaxa const &rhs) |
| |
| bool | operator== (NexusTaxa const &lhs, NexusTaxa const &rhs) |
| |
| void | swap (NexusTaxa &lhs, NexusTaxa &rhs) |
| |