Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
rawApi.hpp
Go to the documentation of this file.
1
6#pragma once
7
8namespace core {
9
10template < typename T >
11struct rawApi;
12
13} /* namespace core */
14
Definition: normalize.hpp:10
Definition: rawApi.hpp:11