Newer
Older
/*
* BorderArray.cpp
*
* Created on: 1. 11. 2014
* Author: Tomas Pecka
*/
#include "BorderArray.h"
std::vector<unsigned> BorderArray::construct(const string::String& string) {
auto BorderArrayLinearString = BorderArray::RegistratorWrapper<std::vector<unsigned>, string::LinearString < >>(BorderArray::construct);