ITedite

メンバ初期化リスト

Person::Person(const std::string &name, const int &age)
 : name_(name), 
   age_(age)
   {}

こういうのをメンバ初期化リストという。