Struct RegexFlags

Struct Documentation

struct RegexFlags

Public Functions

inline constexpr RegexFlags(RegexFlag const flag) noexcept
inline constexpr bool contains(RegexFlag const flag) const noexcept
inline constexpr RegexFlags &operator|=(RegexFlags const other) noexcept
inline constexpr RegexFlags operator|(RegexFlags const other) const noexcept
inline constexpr RegexFlags &operator|=(RegexFlag const flag) noexcept
inline constexpr RegexFlags operator|(RegexFlag const flag) const noexcept

Public Static Functions

static inline constexpr RegexFlags none() noexcept