Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <enums.h>
Public Types | |
using | Cpp = void |
Static Public Attributes | |
static constexpr P | kMin = {} |
The smallest valid enum value. | |
static constexpr P | kMax = {} |
The largest valid enum value. | |
static constexpr ProtoEnumIsValid | kIsValid = nullptr |
This template is specialized for each enum in the Proto API. It defines the correspondence with the C++ enum.
Implementation note: don't specialize directly and instead use the MATH_OPT_DEFINE_ENUM macro.
using operations_research::math_opt::EnumProto< P >::Cpp = void |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |