Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <vector_sum_internal.h>
Public Member Functions | |
Value | Sum () const |
Public Attributes | |
Value | values [size] = {} |
A contiguous block of memory that contains size
values of type Value
, and the first value is aligned to alignment
bytes.
Definition at line 34 of file vector_sum_internal.h.
|
inline |
Definition at line 37 of file vector_sum_internal.h.
Value operations_research::internal::AlignedBlock< Value, size, alignment >::values[size] = {} |
Definition at line 35 of file vector_sum_internal.h.