Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::EnumProto< P > Struct Template Reference

Detailed Description

template<typename P>
struct operations_research::math_opt::EnumProto< P >

Definition at line 169 of file enums.h.

#include <enums.h>

Public Types

using Cpp = void

Static Public Attributes

static constexpr P kMin = {}
static constexpr P kMax = {}
static constexpr ProtoEnumIsValid kIsValid = nullptr

Member Typedef Documentation

◆ Cpp

template<typename P>
using operations_research::math_opt::EnumProto< P >::Cpp = void

Definition at line 173 of file enums.h.

Member Data Documentation

◆ kIsValid

template<typename P>
ProtoEnumIsValid operations_research::math_opt::EnumProto< P >::kIsValid = nullptr
staticconstexpr

Definition at line 183 of file enums.h.

◆ kMax

template<typename P>
P operations_research::math_opt::EnumProto< P >::kMax = {}
staticconstexpr

Definition at line 179 of file enums.h.

◆ kMin

template<typename P>
P operations_research::math_opt::EnumProto< P >::kMin = {}
staticconstexpr

Definition at line 176 of file enums.h.


The documentation for this struct was generated from the following file: