MLIR  19.0.0git
Public Attributes | List of all members
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. More...
 
size_t length
 Length of the fragment. More...
 

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

const char* MlirStringRef::data

◆ length

size_t MlirStringRef::length

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