Compares a string and a null‐terminated array for inequality.
Synopsis
Declared in <folly/FBString.h>
template<
typename E,
class T,
class A,
class S>
bool
operator!=(
basic_fbstring<E, T, A, S> const& lhs,
basic_fbstring<E, T, A, S>::value_type const* rhs);
Return Value
true if the contents differ.
Parameters
Name |
Description |
lhs |
The left‐hand string. |
rhs |
Pointer to the null‐terminated right‐hand characters. |
Created with MrDocs