Thad House 2657d89178 Adds a c_str method to StringRef (#155)
The StringRef class does not ensure the string is null terminated. As there is
no defined way to actually check for a null terminator, we determine
if it is null terminated based on the constructor type. Then if on c_str
it is not known to be null terminated, we use a passed in buffer to copy
the string and ensure null termination.
2016-11-14 22:51:52 -08:00
Description
WPILib - FRC Robotics Library
478 MiB
Languages
C++ 53%
Java 32.7%
Python 7.6%
C 2.6%
Jinja 1.6%
Other 2.4%