Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::AllocatorWithAlignment< T, alignment_bytes, misalignment_bytes >::rebind< U > Struct Template Reference

#include <aligned_memory_internal.h>

Public Types

using other
 

Detailed Description

template<typename T, size_t alignment_bytes, size_t misalignment_bytes>
template<typename U>
struct operations_research::internal::AllocatorWithAlignment< T, alignment_bytes, misalignment_bytes >::rebind< U >

Rebind must be specialized to produce AllocatorWithAlignment and not std::allocator. It uses the same alignment and misalignment as its source.

Definition at line 69 of file aligned_memory_internal.h.

Member Typedef Documentation

◆ other

template<typename T , size_t alignment_bytes, size_t misalignment_bytes>
template<typename U >
using operations_research::internal::AllocatorWithAlignment< T, alignment_bytes, misalignment_bytes >::rebind< U >::other
Initial value:
AllocatorWithAlignment<U, alignment_bytes, misalignment_bytes>

Definition at line 70 of file aligned_memory_internal.h.


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