LeviLamina
Loading...
Searching...
No Matches
StringConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cereal::internal {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 40, ::std::basic_regex<char, ::std::regex_traits<char>>> mRegex;
12 ::ll::TypedStorage<8, 32, ::std::string> mRegexStr;
13 ::ll::TypedStorage<8, 8, uint64> mMinSize;
14 // NOLINTEND
15};
16
17} // namespace cereal::internal
Definition StringConstraint.h:7