Difference between revisions of "CBitStream::opAssign"
From King Arthur's Gold Wiki
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void writeBitStream(CBitStream@ bitstream, int index, int bits) </syntaxhighlight> Object method of: [[CBitStrea...") |
|||
Line 5: | Line 5: | ||
<syntaxhighlight lang="cpp"> | <syntaxhighlight lang="cpp"> | ||
− | + | CBitStream& opAssign(const CBitStream &in) | |
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 08:12, 10 September 2012
CBitStream& opAssign(const CBitStream &in)
Object method of: CBitStream