Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
core::normalize< regexp::UnboundedRegExp< SymbolType > > Struct Template Reference

#include <UnboundedRegExp.h>

Static Public Member Functions

static regexp::UnboundedRegExp< > eval (regexp::UnboundedRegExp< SymbolType > &&value)
 

Detailed Description

template<class SymbolType>
struct core::normalize< regexp::UnboundedRegExp< SymbolType > >

Helper for normalisation of types specified by templates used as internal datatypes of symbols.

Returns
new instance of the expression with default template parameters or unmodified instance if the template parameters were already the default ones

Member Function Documentation

◆ eval()

template<class SymbolType >
static regexp::UnboundedRegExp< > core::normalize< regexp::UnboundedRegExp< SymbolType > >::eval ( regexp::UnboundedRegExp< SymbolType > &&  value)
inlinestatic
Here is the call graph for this function:

The documentation for this struct was generated from the following file: