Module |
|
Header |
/Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/trio/Concepts.h |
Include |
#include "trio/Concepts.h" |
std::size_t write
(
Readable * source,
std::size_t size
)
Writes bytes from the given stream to this stream.
Number of bytes written.
Parameter |
Description |
---|---|
source |
Source stream from which the data is going to be written into this stream. |
size |
Number of bytes to write to the stream. |