Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaData::= Operator

Sets this instance equal to another instance.

C++
PiaData& operator =(
    const PiaData& newData
);
Parameters 
Description 
const PiaData& newData 
The instance to copy from. 

A reference to this instance.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!