23aba2a27f8761afa9a54383736f0a61b768b932
bstr is very similar to b_stringstream, with the key difference being it can be stack-allocated. this allows you to write a complex formatted string to a stack-allocated character buffer with no heap memory allocation required. bstr also supports automatically-managed dynamic string buffers for unbounded string construction.
The file is empty.
Description
Languages
C
98.8%
CMake
1.2%