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

#include <derived_data.h>

Public Member Functions

template<int... i>
auto operator() () const

Detailed Description

template<template< int i > typename ValueType>
struct operations_research::math_opt::EnumeratedTupleCpp17Helper< ValueType >

After C++20, this can be replaced by a lambda. C++17 does not allow lambdas in unevaluated contexts.

Definition at line 129 of file derived_data.h.

Member Function Documentation

◆ operator()()

template<template< int i > typename ValueType>
template<int... i>
auto operations_research::math_opt::EnumeratedTupleCpp17Helper< ValueType >::operator() ( ) const
inline

Definition at line 131 of file derived_data.h.


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