René's URL Explorer Experiment


Title: std::get_temporary_buffer - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://en.cppreference.com/
Create accounthttp://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fmemory%2Fget+temporary+buffer
Log inhttp://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fmemory%2Fget+temporary+buffer
Pagehttp://en.cppreference.com/cpp/memory/get_temporary_buffer
Discussionhttp://en.cppreference.com/index.php?title=Talk:cpp/memory/get_temporary_buffer&action=edit&redlink=1
http://en.cppreference.com/cpp/memory/get_temporary_buffer
Readhttp://en.cppreference.com/cpp/memory/get_temporary_buffer
View sourcehttp://en.cppreference.com/index.php?title=cpp/memory/get_temporary_buffer&action=edit
View historyhttp://en.cppreference.com/index.php?title=cpp/memory/get_temporary_buffer&action=history
http://en.cppreference.com/cpp/memory/get_temporary_buffer
cpphttp://en.cppreference.com/cpp
memoryhttp://en.cppreference.com/cpp/memory
C++http://en.cppreference.com/cpp
Compiler supporthttp://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttp://en.cppreference.com/cpp/freestanding
Languagehttp://en.cppreference.com/cpp/language
Standard libraryhttp://en.cppreference.com/cpp/standard_library
Standard library headershttp://en.cppreference.com/cpp/header
Named requirementshttp://en.cppreference.com/cpp/named_req
Feature test macroshttp://en.cppreference.com/cpp/feature_test
Language support libraryhttp://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttp://en.cppreference.com/cpp/concepts
Diagnostics libraryhttp://en.cppreference.com/cpp/error
Memory management libraryhttp://en.cppreference.com/cpp/memory
Metaprogramming libraryhttp://en.cppreference.com/cpp/meta
General utilities libraryhttp://en.cppreference.com/cpp/utility
Containers libraryhttp://en.cppreference.com/cpp/container
Iterators libraryhttp://en.cppreference.com/cpp/iterator
Ranges libraryhttp://en.cppreference.com/cpp/ranges
Algorithms libraryhttp://en.cppreference.com/cpp/algorithm
Strings libraryhttp://en.cppreference.com/cpp/string
Text processing libraryhttp://en.cppreference.com/cpp/text
Numerics libraryhttp://en.cppreference.com/cpp/numeric
Date and time libraryhttp://en.cppreference.com/cpp/chrono
Input/output libraryhttp://en.cppreference.com/cpp/io
Filesystem libraryhttp://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttp://en.cppreference.com/cpp/thread
Execution control libraryhttp://en.cppreference.com/cpp/execution
Technical specificationshttp://en.cppreference.com/cpp/experimental
Symbols indexhttp://en.cppreference.com/cpp/symbol_index
External librarieshttp://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Memory management libraryhttp://en.cppreference.com/cpp/memory
Allocatorshttp://en.cppreference.com/cpp/memory#Allocators
allocatorhttp://en.cppreference.com/cpp/memory/allocator
allocator_traitshttp://en.cppreference.com/cpp/memory/allocator_traits
allocation_resulthttp://en.cppreference.com/cpp/memory/allocation_result
scoped_allocator_adaptorhttp://en.cppreference.com/cpp/memory/scoped_allocator_adaptor
allocator_arghttp://en.cppreference.com/cpp/memory/allocator_arg
uses_allocatorhttp://en.cppreference.com/cpp/memory/uses_allocator
uses_allocator_construction_argshttp://en.cppreference.com/cpp/memory/uses_allocator_construction_args
make_obj_using_allocatorhttp://en.cppreference.com/cpp/memory/make_obj_using_allocator
pmr::polymorphic_allocatorhttp://en.cppreference.com/cpp/memory/polymorphic_allocator
uninitialized_construct_using_allocatorhttp://en.cppreference.com/cpp/memory/uninitialized_construct_using_allocator
Memory resourceshttp://en.cppreference.com/cpp/memory#Memory_resources
pmr::memory_resourcehttp://en.cppreference.com/cpp/memory/memory_resource
pmr::get_default_resourcehttp://en.cppreference.com/cpp/memory/get_default_resource
pmr::set_default_resourcehttp://en.cppreference.com/cpp/memory/set_default_resource
pmr::new_delete_resourcehttp://en.cppreference.com/cpp/memory/new_delete_resource
pmr::pool_optionshttp://en.cppreference.com/cpp/memory/pool_options
pmr::null_memory_resourcehttp://en.cppreference.com/cpp/memory/null_memory_resource
pmr::synchronized_pool_resourcehttp://en.cppreference.com/cpp/memory/synchronized_pool_resource
pmr::unsynchronized_pool_resourcehttp://en.cppreference.com/cpp/memory/unsynchronized_pool_resource
pmr::monotonic_buffer_resourcehttp://en.cppreference.com/cpp/memory/monotonic_buffer_resource
Explicit lifetime managementhttp://en.cppreference.com/cpp/memory#Explicit_lifetime_management
start_lifetime_ashttp://en.cppreference.com/cpp/memory/start_lifetime_as
start_lifetime_as_arrayhttp://en.cppreference.com/cpp/memory/start_lifetime_as
Types for composite class designhttp://en.cppreference.com/cpp/memory#Types_for_composite_class_design
indirecthttp://en.cppreference.com/cpp/memory/indirect
polymorphichttp://en.cppreference.com/cpp/memory/polymorphic
Miscellaneoushttp://en.cppreference.com/cpp/memory#Miscellaneous
pointer_traitshttp://en.cppreference.com/cpp/memory/pointer_traits
to_addresshttp://en.cppreference.com/cpp/memory/to_address
addressofhttp://en.cppreference.com/cpp/memory/addressof
alignhttp://en.cppreference.com/cpp/memory/align
assume_alignedhttp://en.cppreference.com/cpp/memory/assume_aligned
is_sufficiently_alignedhttp://en.cppreference.com/cpp/memory/is_sufficiently_aligned
C Libraryhttp://en.cppreference.com/cpp/memory/c
mallochttp://en.cppreference.com/cpp/memory/c/malloc
freehttp://en.cppreference.com/cpp/memory/c/free
callochttp://en.cppreference.com/cpp/memory/c/calloc
reallochttp://en.cppreference.com/cpp/memory/c/realloc
aligned_allochttp://en.cppreference.com/cpp/memory/c/aligned_alloc
free_sizedhttp://en.cppreference.com/index.php?title=cpp/memory/c/free_sized&action=edit&redlink=1
free_aligned_sizedhttp://en.cppreference.com/index.php?title=cpp/memory/c/free_aligned_sized&action=edit&redlink=1
memalignmenthttp://en.cppreference.com/index.php?title=cpp/memory/c/memalignment&action=edit&redlink=1
Uninitialized storagehttp://en.cppreference.com/cpp/memory#Uninitialized_storage
raw_storage_iteratorhttp://en.cppreference.com/cpp/memory/raw_storage_iterator
return_temporary_bufferhttp://en.cppreference.com/cpp/memory/return_temporary_buffer
Garbage collector supporthttp://en.cppreference.com/cpp/memory#Garbage_collector_support
declare_reachablehttp://en.cppreference.com/cpp/memory/gc/declare_reachable
declare_no_pointershttp://en.cppreference.com/cpp/memory/gc/declare_no_pointers
pointer_safetyhttp://en.cppreference.com/cpp/memory/gc/pointer_safety
undeclare_reachablehttp://en.cppreference.com/cpp/memory/gc/undeclare_reachable
undeclare_no_pointershttp://en.cppreference.com/cpp/memory/gc/undeclare_no_pointers
get_pointer_safetyhttp://en.cppreference.com/cpp/memory/gc/get_pointer_safety
Specialized algorithmshttp://en.cppreference.com/cpp/algorithm/memory
Low level memorymanagementhttp://en.cppreference.com/cpp/memory/new#Low_level_memory_management
operator newoperator new[]http://en.cppreference.com/cpp/memory/new/operator_new
operator deleteoperator delete[]http://en.cppreference.com/cpp/memory/new/operator_delete
nothrowhttp://en.cppreference.com/cpp/memory/new/nothrow
nothrow_thttp://en.cppreference.com/cpp/memory/new/nothrow_t
new_handlerhttp://en.cppreference.com/cpp/memory/new/new_handler
set_new_handlerhttp://en.cppreference.com/cpp/memory/new/set_new_handler
get_new_handlerhttp://en.cppreference.com/cpp/memory/new/get_new_handler
bad_allochttp://en.cppreference.com/cpp/memory/new/bad_alloc
bad_array_new_lengthhttp://en.cppreference.com/cpp/memory/new/bad_array_new_length
align_val_thttp://en.cppreference.com/cpp/memory/new/align_val_t
destroying_delete_thttp://en.cppreference.com/cpp/memory/new/destroying_delete_t
launderhttp://en.cppreference.com/cpp/utility/launder
Smart pointershttp://en.cppreference.com/cpp/memory#Smart_pointers
unique_ptrhttp://en.cppreference.com/cpp/memory/unique_ptr
shared_ptrhttp://en.cppreference.com/cpp/memory/shared_ptr
weak_ptrhttp://en.cppreference.com/cpp/memory/weak_ptr
auto_ptrhttp://en.cppreference.com/cpp/memory/auto_ptr
owner_lesshttp://en.cppreference.com/cpp/memory/owner_less
owner_lesshttp://en.cppreference.com/cpp/memory/owner_less_void
owner_hashhttp://en.cppreference.com/cpp/memory/owner_hash
owner_equalhttp://en.cppreference.com/cpp/memory/owner_equal
enable_shared_from_thishttp://en.cppreference.com/cpp/memory/enable_shared_from_this
bad_weak_ptrhttp://en.cppreference.com/cpp/memory/bad_weak_ptr
default_deletehttp://en.cppreference.com/cpp/memory/default_delete
out_ptr_thttp://en.cppreference.com/cpp/memory/out_ptr_t
inout_ptr_thttp://en.cppreference.com/cpp/memory/inout_ptr_t
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/navbar_content&action=edit
http://en.cppreference.com/cpp/header/memory
over-alignedhttp://en.cppreference.com/cpp/language#object#Alignment
1 Parametershttp://en.cppreference.com/cpp/memory/get_temporary_buffer#Parameters
2 Return valuehttp://en.cppreference.com/cpp/memory/get_temporary_buffer#Return_value
3 Noteshttp://en.cppreference.com/cpp/memory/get_temporary_buffer#Notes
4 Examplehttp://en.cppreference.com/cpp/memory/get_temporary_buffer#Example
5 Defect reportshttp://en.cppreference.com/cpp/memory/get_temporary_buffer#Defect_reports
6 See alsohttp://en.cppreference.com/cpp/memory/get_temporary_buffer#See_also
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/example1&action=edit
LWG 425https://cplusplus.github.io/LWG/issue425
LWG 2072https://cplusplus.github.io/LWG/issue2072
return_temporary_bufferhttp://en.cppreference.com/cpp/memory/return_temporary_buffer
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/dsc_return_temporary_buffer&action=edit
allocate_at_leasthttp://en.cppreference.com/cpp/memory/allocator_traits/allocate_at_least
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/allocator_traits/dsc_allocate_at_least&action=edit
Categorieshttp://en.cppreference.com/Special:Categories
Pages using deprecated source tagshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_source_tags&action=edit&redlink=1
Pages using deprecated enclose attributeshttp://en.cppreference.com/index.php?title=Category:Pages_using_deprecated_enclose_attributes&action=edit&redlink=1
Support ushttp://www.cppreference.com/support
Recent changeshttp://en.cppreference.com/Special:RecentChanges
FAQhttp://en.cppreference.com/Cppreference:FAQ
Offline versionhttp://en.cppreference.com/Cppreference:Archives
http://en.cppreference.com/cpp/memory/get_temporary_buffer
What links herehttp://en.cppreference.com/Special:WhatLinksHere/cpp/memory/get_temporary_buffer
Related changeshttp://en.cppreference.com/Special:RecentChangesLinked/cpp/memory/get_temporary_buffer
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttp://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttp://en.cppreference.com/index.php?title=cpp/memory/get_temporary_buffer&oldid=156965
Page informationhttp://en.cppreference.com/index.php?title=cpp/memory/get_temporary_buffer&action=info
Deutschhttps://de.cppreference.com/cpp/memory/get_temporary_buffer
Españolhttp://es.cppreference.com/cpp/memory/get_temporary_buffer
Françaishttp://fr.cppreference.com/cpp/memory/get_temporary_buffer
Italianohttp://it.cppreference.com/cpp/memory/get_temporary_buffer
日本語http://ja.cppreference.com/cpp/memory/get_temporary_buffer
Portuguêshttp://pt.cppreference.com/cpp/memory/get_temporary_buffer
Русскийhttp://ru.cppreference.com/cpp/memory/get_temporary_buffer
中文http://zh.cppreference.com/cpp/memory/get_temporary_buffer

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.