We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allocation_result
1 parent d299950 commit 273095eCopy full SHA for 273095e
source/memory.tex
@@ -162,9 +162,9 @@
162
template<class Alloc> struct allocator_traits; // freestanding
163
164
template<class Pointer, class SizeType = size_t>
165
- struct allocation_result { // freestanding
166
- Pointer ptr;
167
- SizeType count;
+ struct @\libglobal{allocation_result}@ { // freestanding
+ Pointer @\libmember{ptr}{allocation_result}@;
+ SizeType @\libmember{count}{allocation_result}@;
168
};
169
170
// \ref{default.allocator}, the default allocator
0 commit comments