MLIR 22.0.0git
MlirStringRef Struct Reference

A pointer to a sized fragment of a string, not necessarily null-terminated. More...

#include "mlir-c/Support.h"

Public Attributes

const char * data
 Pointer to the first symbol.
size_t length
 Length of the fragment.

Detailed Description

A pointer to a sized fragment of a string, not necessarily null-terminated.

Does not own the underlying string. This is equivalent to llvm::StringRef.

Definition at line 73 of file Support.h.

Member Data Documentation

◆ data

◆ length


The documentation for this struct was generated from the following file: