Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::Elemental::UBPolicy Struct Reference

#include <elemental.h>

Public Types

using CheckResultT = AlwaysOk
template<typename T>
using Wrapped = T

Detailed Description

  • Does not check whether key elements exists. UB if the key does not exist (DCHECK-fails in debug mode). Use if you know that the key exists and you care about performance.

Definition at line 202 of file elemental.h.

Member Typedef Documentation

◆ CheckResultT

◆ Wrapped

Definition at line 205 of file elemental.h.


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