omni::structuredlog::JsonTreeCompareFuzz
Defined in omni/structuredlog/JsonTree.h
- 
enum class omni::structuredlog::JsonTreeCompareFuzz
- Options to do a less of a strict comparison when comparing trees. - Values: - 
enumerator eStrict
- Strict comparison: trees must be identical. - Ordering of all elements in the tree must be identical. 
 - 
enumerator eNoConstOrder
- Ignore the ordering of constant elements. 
 - 
enumerator eNoOrder
- Ignore ordering of all elements. 
 
- 
enumerator eStrict