Abraxas/CCS Home Table of Contents
templateclass shared_ptr ;
class C43 {}
private:
struct Impl;
shared_ptrpimpl_;
Function Name: operator=()
C43& operator=(const C43&) {shared_ptrtemp( new Impl() );
};
/*
}
{ { } { }};
*/
Abraxas/CCS Home Table of Contents