PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
zxcvbn::PortableRegexMatch Struct Reference

#include <common.hpp>

Public Member Functions

 PortableRegexMatch (const std::smatch &b)
 
 PortableRegexMatch (std::vector< std::string > matches_, std::size_t index_)
 

Public Attributes

std::vector< std::string > matches
 
std::size_t index
 

Detailed Description

Definition at line 44 of file common.hpp.

Constructor & Destructor Documentation

◆ PortableRegexMatch() [1/2]

zxcvbn::PortableRegexMatch::PortableRegexMatch ( const std::smatch &  b)
inlineexplicit

Definition at line 49 of file common.hpp.

◆ PortableRegexMatch() [2/2]

zxcvbn::PortableRegexMatch::PortableRegexMatch ( std::vector< std::string >  matches_,
std::size_t  index_ 
)
inline

Definition at line 54 of file common.hpp.

Member Data Documentation

◆ index

std::size_t zxcvbn::PortableRegexMatch::index

Definition at line 46 of file common.hpp.

◆ matches

std::vector<std::string> zxcvbn::PortableRegexMatch::matches

Definition at line 45 of file common.hpp.


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