Lioncash 57ad780321 MemoryWriter: Remove unnecessary type cast within MemoryWriter constructor and setData()
The input type is already the same type as the class member, so the cast
is unnecessary.

While we're at it, we can also remove an unnecessary initializer for
m_position, since we initialize this to zero within the class
declaration already.
2019-09-06 03:31:56 -04:00
2018-09-23 19:12:29 -07:00
2019-07-27 15:18:57 -10:00
2019-07-19 18:19:44 -10:00
2017-01-03 10:42:03 -08:00
2019-07-19 18:19:44 -10:00
2017-11-13 17:33:31 -10:00
2018-09-25 15:38:11 -07:00
2018-01-02 14:22:47 -10:00
2015-07-08 15:12:24 -10:00

Athena

Description
General-purpose streaming I/O framework
Readme MIT 11 MiB
Languages
C++ 85.3%
C 10.1%
CMake 4.6%