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

#include <model_storage_item.h>

Static Public Attributes

static constexpr bool value

Detailed Description

template<typename T>
struct operations_research::math_opt::is_model_storage_element< T >

A trait that detects whether a type derives from ModelStorageElement<e> for some e.

Definition at line 134 of file model_storage_item.h.

Member Data Documentation

◆ value

template<typename T>
bool operations_research::math_opt::is_model_storage_element< T >::value
staticconstexpr
Initial value:
=
IsModelStorageElement(static_cast<const T*>(nullptr))

Definition at line 146 of file model_storage_item.h.


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