Skip to content

std::String::find_last<T>

find_last<T>

Finds the last occurrence of a character in a C-style string

Template Parameters

  • T

Signature

fn find_last(str: const *T, c: i32) -> *T? requires <T>;

Specifiers

  • constexpr
  • inline