Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
Ssn::Ssn Constructor (std::string&, std::string&, std::string&)

Creates ssn by using the three specified parts.

C++
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!