Quickstart
3D LiDAR
State estimation
mp2p_icp
Learn more
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); };