Monado OpenXR Runtime
|
A collection of strings, like a list of extensions to enable. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
bool | u_string_list_contains (struct u_string_list *usl, const char *str) |
Check if the string is in the list. More... | |
A collection of strings, like a list of extensions to enable.
bool u_string_list_contains | ( | struct u_string_list * | usl, |
const char * | str | ||
) |
Check if the string is in the list.
(Comparing string contents, not pointers)
usl | self pointer |
str | a non-null, null-terminated string. |
References xrt::auxiliary::util::StringList::contains().