Skip to content
Snippets Groups Projects
Commit 5c582e37 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

allow retrieval of regexp's symbol type

parent 657c17f7
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,9 @@ class RegExp : public base::WrapperBase < RegExpBase > {
 
};
 
template < class T >
using SymbolTypeOfRegexp = typename std::decay < decltype (std::declval<T>().getAlphabet()) >::type::value_type;
regexp::RegExp regexpFrom ( const std::string & string );
 
regexp::RegExp regexpFrom ( const char * string );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment