/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-composable-kernel/checkouts/develop/include/rapidjson/filewritestream.h File Reference#
Go to the source code of this file.
Classes | |
class | FileWriteStream |
Wrapper of C file stream for output using fwrite(). More... | |
Functions | |
template<> | |
void | PutN (FileWriteStream &stream, char c, size_t n) |
Implement specialized version of PutN() with memset() for better performance. More... | |
Function Documentation
◆ PutN()
template<>
|
inline |
Implement specialized version of PutN() with memset() for better performance.