|
template<typename _T1 , int S1, typename _T2 , int S2> |
bool | operator== (const aligned_allocator_impl< _T1, S1 > &, const aligned_allocator_impl< _T2, S2 > &) |
|
template<typename _Tp , int S> |
bool | operator== (const aligned_allocator_impl< _Tp, S > &, const aligned_allocator_impl< _Tp, S > &) |
|
template<typename _T1 , int S1, typename _T2 , int S2> |
bool | operator!= (const aligned_allocator_impl< _T1, S1 > &, const aligned_allocator_impl< _T2, S2 > &) |
|
template<typename _Tp , int S> |
bool | operator!= (const aligned_allocator_impl< _Tp, S > &, const aligned_allocator_impl< _Tp, S > &) |
|
template<typename _T1 , int S1, int O1, typename _T2 , int S2, int O2> |
bool | operator== (const aligned_allocator_offset_impl< _T1, S1, O1 > &, const aligned_allocator_offset_impl< _T2, S2, O2 > &) |
|
template<typename _Tp , int S, int O> |
bool | operator== (const aligned_allocator_offset_impl< _Tp, S, O > &, const aligned_allocator_offset_impl< _Tp, S, O > &) |
|
template<typename _T1 , int S1, int O1, typename _T2 , int S2, int O2> |
bool | operator!= (const aligned_allocator_offset_impl< _T1, S1, O1 > &, const aligned_allocator_offset_impl< _T2, S2, O2 > &) |
|
template<typename _Tp , int S, int O> |
bool | operator!= (const aligned_allocator_offset_impl< _Tp, S, O > &, const aligned_allocator_offset_impl< _Tp, S, O > &) |
|
allocator with alignment
- Author
- KANAMORI Issaku (kanamori)
- LastChangedBy
- matufuru
- Date
- LastChangedDate
- 2023-02-28 16:09:41 +0900 (Tue, 28 Feb 2023)
- Version
- LastChangedRevision
- 2492
Definition in file aligned_allocator_impl.h.