di
0.1.0
Loading...
Searching...
No Matches
compare_outcome.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
di::types::detail {
4
// NOTE: this is the same layout libstdc++ uses, so don't change this. The compiler might rely on it.
5
enum class
CompareOutcome :
char
{ Less = -1, Equal = 0, Greater = 1, Unordered = 2 };
6
}
di
types
compare_outcome.h
Generated by
1.13.2