Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:toCopy

1553   OurCppRunException (const OurCppRunException &toCopy) :
1554 std::runtime_error(toCopy) {}
1556 OurCppRunException &operator = (const OurCppRunException &toCopy) {
1558 std::runtime_error::operator=(toCopy)));