GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::allocator::allocator(3) C++ Standard Libary std::allocator::allocator(3)

std::allocator::allocator - std::allocator::allocator


allocator() throw(); (until C++11)
allocator() noexcept; (since C++11)
(until C++20)
constexpr allocator() noexcept; (since C++20)
allocator( const allocator& other (until C++11)
) throw();
allocator( const allocator& other (since C++11)
) noexcept; (until C++20)
constexpr allocator( const (since C++20)
allocator& other ) noexcept; (1)
template< class U >
allocator( const allocator<U>& (2) (until C++11)
other ) throw();
template< class U > (since C++11)
allocator( const allocator<U>& (3) (until C++20)
other ) noexcept;
template< class U >
constexpr allocator( const (since C++20)
allocator<U>& other ) noexcept;


Constructs the default allocator. Since the default allocator is stateless, the
constructors have no visible effect.


other - another allocator to construct with

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.