|
cmEngine
0.1.1
A library for interpreting CMake code.
|
#include <cmStringView.h>
Data Fields | |
| const char * | data |
| size_t | size |
This structure is used to contain a view of a string, explicitly one that is not modified.
| const char* cmStringView::data |
A pointer to the string being viewed.
| size_t cmStringView::size |
The number of characters in the string view.
1.8.12