Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <climits>
#include <ext/type_traits>
#include <ext/algorithm>
#include <ext/functional>
#include <alib/set>
#include "exception/CommonException.h"
Go to the source code of this file.
Namespaces | |
namespace | common |
Functions | |
template<class T > | |
void | common::inc (T &object) |
template<> | |
void | common::inc (std::string &object) |
template<> | |
void | common::inc (ext::string &object) |
template<class T , class ... Alphabets> | |
T | common::createUnique (T object, const Alphabets &... alphabets) |