Skip to content

std::String::find_any<T>

find_any<T>

Finds the first occurrence of any character from accept in str

Template Parameters

  • T

Signature

fn find_any(str: const *T, accept: const *T) -> *T? requires <T>;

Specifiers

  • constexpr
  • inline