#include <passport.h>
It is used to validate these addresses for functions that require it.
Public Member Functions | |
Passport (std::string email_) | |
Passport (const char *email_) | |
Passport () | |
operator std::string () const | |
const char * | c_str () const |
bool | operator== (const Passport &other) const |
Friends | |
bool | operator== (const Passport &p, const std::string &other) |
bool | operator== (const std::string &other, const Passport &p) |
std::istream & | operator>> (std::istream &is, Passport &p) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|