ΒΆtemplate <bool IS_CONSTEXPR,
typename T,
typename Ptr = const T*>
constexpr auto find(Ptr first,
Ptr last,
T value,
Ptr& out) -> bool
template <bool IS_CONSTEXPR,
typename T,
typename Ptr = const T*>
constexpr auto find(Ptr first,
Ptr last,
T value,
Ptr& out) -> bool
Declared at: third_party/fmt/include/fmt/core.h:2120
Templates
- bool IS_CONSTEXPR
- T
- Ptr
Parameters
- Ptr first
- Ptr last
- T value
- Ptr& out