Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Namespaces | Functions
createUnique.hpp File Reference
#include <climits>
#include <ext/type_traits>
#include <ext/algorithm>
#include <ext/functional>
#include <alib/set>
#include "exception/CommonException.h"
Include dependency graph for createUnique.hpp:
This graph shows which files directly or indirectly include this file:

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>
common::createUnique (T object, const Alphabets &... alphabets)