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

#include <common.hpp>

Public Attributes

std::string separator
 
unsigned year
 
unsigned month
 
unsigned day
 
bool has_full_year
 

Static Public Attributes

static constexpr auto pattern = MatchPattern::DATE
 

Detailed Description

Definition at line 115 of file common.hpp.

Member Data Documentation

◆ day

unsigned zxcvbn::DateMatch::day

Definition at line 119 of file common.hpp.

◆ has_full_year

bool zxcvbn::DateMatch::has_full_year

Definition at line 120 of file common.hpp.

◆ month

unsigned zxcvbn::DateMatch::month

Definition at line 119 of file common.hpp.

◆ pattern

constexpr auto zxcvbn::DateMatch::pattern = MatchPattern::DATE
staticconstexpr

Definition at line 116 of file common.hpp.

◆ separator

std::string zxcvbn::DateMatch::separator

Definition at line 118 of file common.hpp.

◆ year

unsigned zxcvbn::DateMatch::year

Definition at line 119 of file common.hpp.


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