|
Anypia Programmer's Documentation
|
Creates ssn by using the three specified parts.
Ssn( const std::string& newSsnPart1, const std::string& newSsnPart2, const std::string& newSsnPart3 );
|
Parameters |
Description |
|
const std::string& newSsnPart1 |
First part of ssn. |
|
const std::string& newSsnPart2 |
Second part of ssn. |
|
const std::string& newSsnPart3 |
Third part of ssn. |
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|