litert::CtStr
Summary
Constructors and Destructors
|
CtStr()
|
CtStr(Data && data)
|
CtStr(StrLiteral< N > lit)
|
Public types
|
Data
|
using
CtStrData< Len >
|
Public functions
|
Str() const
|
constexpr absl::string_view
|
Public types
Data
CtStrData< Len > Data
Public functions
CtStr
constexpr CtStr()=default
CtStr
constexpr CtStr(
Data && data
)
CtStr
constexpr CtStr(
StrLiteral< N > lit
)
Str
constexpr absl::string_view Str() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-14 UTC."],[],[],null,["# litert::CtStr Class Reference\n\nlitert::CtStr\n=============\n\nSummary\n-------\n\n| ### Constructors and Destructors ||\n|---|---|\n| [CtStr](#classlitert_1_1_ct_str_1a6973c6f809825639385d4faefe774343)`()` ||\n| [CtStr](#classlitert_1_1_ct_str_1a7f242a3d1db032586d312b41dba95f47)`(Data && data)` ||\n| [CtStr](#classlitert_1_1_ct_str_1a124fdac1eb81d66b582e37b9265dacd7)`(StrLiteral\u003c N \u003e lit)` ||\n\n| ### Public types ||\n|--------------------------------------------------------------------|--------------------------|\n| [Data](#classlitert_1_1_ct_str_1aa7c7be9090f270213231eddeca36c28c) | using `CtStrData\u003c Len \u003e` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------|-------------------------------|\n| [Str](#classlitert_1_1_ct_str_1adfcb2a3e1876cefc81245fb90193da40)`() const ` | `constexpr absl::string_view` |\n\nPublic types\n------------\n\n### Data\n\n```text\nCtStrData\u003c Len \u003e Data\n``` \n\nPublic functions\n----------------\n\n### CtStr\n\n```gdscript\nconstexpr CtStr()=default\n``` \n\n### CtStr\n\n```gdscript\nconstexpr CtStr(\n Data && data\n)\n``` \n\n### CtStr\n\n```gdscript\nconstexpr CtStr(\n StrLiteral\u003c N \u003e lit\n)\n``` \n\n### Str\n\n```gdscript\nconstexpr absl::string_view Str() const \n```"]]