class mola::RegexCache

Overview

Holds a reference to a cached regex. Recompiles only if the expression changed.

#include <RegexCache.h>

class RegexCache
{
public:
    // methods

    const std::regex& get_regex(const std::string& regExpression);
};