PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Attributes | Static Public Attributes | List of all members
zxcvbn::RepeatMatch Struct Reference

#include <common.hpp>

Public Attributes

std::string base_token
 
guesses_t base_guesses
 
std::vector< Matchbase_matches
 
std::size_t repeat_count
 

Static Public Attributes

static constexpr auto pattern = MatchPattern::REPEAT
 

Detailed Description

Definition at line 91 of file common.hpp.

Member Data Documentation

◆ base_guesses

guesses_t zxcvbn::RepeatMatch::base_guesses

Definition at line 95 of file common.hpp.

◆ base_matches

std::vector<Match> zxcvbn::RepeatMatch::base_matches

Definition at line 96 of file common.hpp.

◆ base_token

std::string zxcvbn::RepeatMatch::base_token

Definition at line 94 of file common.hpp.

◆ pattern

constexpr auto zxcvbn::RepeatMatch::pattern = MatchPattern::REPEAT
staticconstexpr

Definition at line 92 of file common.hpp.

◆ repeat_count

std::size_t zxcvbn::RepeatMatch::repeat_count

Definition at line 97 of file common.hpp.


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