Compares two parameter sets for inequality.
Synopsis
Declared in <absl/random/exponential_distribution.h>
bool
operator!=(
param_type const& a,
param_type const& b);
Return Value
true if the parameter sets are not equal.
Parameters
Name |
Description |
a |
The first parameter set to compare. |
b |
The second parameter set to compare. |
Created with MrDocs