Skip to content

Additional APIs for C++ StaticString #1051

@ComicSansMS

Description

@ComicSansMS

Brief feature description

Implement additional APIs on StaticString to bring it (roughly) to feature-parity with std::string.

Detailed information

The missing APIs are:

  • missing append overloads
  • insert
  • erase
  • replace
  • resize
  • find*
  • starts_with
  • ends_with
  • contains
  • substr
  • add deduction guides where applicable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions