[ Web Proxy ]
URL:
Viewing: http://pt.cppreference.com/cpp/container/unordered_multiset/unordered_multiset [Back]  [Original]

std::unordered_multiset::unordered_multiset - cppreference.com
cppreference.com
Espaos nominais
Variantes

std::unordered_multiset::unordered_multiset

De cppreference.com

<metanoindex/>

 
 
 
std :: unordered_multiset
Funes de membro
Original:
Member functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::unordered_multiset
unordered_multiset::~unordered_multiset
unordered_multiset::operator=
unordered_multiset::get_allocator
Iteradores
Original:
Iterators
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::begin
unordered_multiset::cbegin
unordered_multiset::end
unordered_multiset::cend
Capacidade
Original:
Capacity
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::erase
unordered_multiset::size
unordered_multiset::max_size
Modificadores
Original:
Modifiers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::clear
unordered_multiset::insert
unordered_multiset::emplace
unordered_multiset::emplace_hint
unordered_multiset::erase
unordered_multiset::swap
Pesquisa
Original:
Lookup
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::count
unordered_multiset::find
unordered_multiset::equal_range
Interface de balde
Original:
Bucket interface
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::begin2
unordered_multiset::end2
unordered_multiset::bucket_count
unordered_multiset::max_bucket_count
unordered_multiset::bucket_size
unordered_multiset::bucket
Poltica de hash
Original:
Hash policy
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::load_factor
unordered_multiset::max_load_factor
unordered_multiset::rehash
unordered_multiset::reserve
Observadores
Original:
Observers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
unordered_multiset::hash_function
unordered_multiset::key_eq
 
<tbody> </tbody>
explicit unordered_multiset( size_type bucket_count = /*implementation-defined*/, {{#pad:|27}} const Hash& hash = Hash(), {{#pad:|27}} const KeyEqual& equal = KeyEqual(), {{#pad:|27}} const Allocator& alloc = Allocator() );
(1) (desde C++11)
explicit unordered_multiset( const Allocator& alloc );
(1) (desde C++11)
template< class InputIt > unordered_multiset( InputIt first, InputIt last, {{#pad:|18}} size_type bucket_count = /*implementation-defined*/, {{#pad:|18}} const Hash& hash = Hash(), {{#pad:|18}} const KeyEqual& equal = KeyEqual(), {{#pad:|18}} const Allocator& alloc = Allocator() );
(2) (desde C++11)
unordered_multiset( const unordered_multiset& other );
(3) (desde C++11)
unordered_multiset( const unordered_multiset& other, const Allocator& alloc );
(3) (desde C++11)
unordered_multiset( unordered_multiset&& other );
(4) (desde C++11)
unordered_multiset( unordered_multiset&& other, const Allocator& alloc );
(4) (desde C++11)
unordered_multiset( std::initializer_list<value_type> init, {{#pad:|18}} size_type bucket_count = /*implementation-defined*/, {{#pad:|18}} const Hash& hash = Hash(), {{#pad:|18}} const KeyEqual& equal = KeyEqual(), {{#pad:|18}} const Allocator& alloc = Allocator() );
(5) (desde C++11)
Constri novo recipiente a partir de uma variedade de fontes de dados. Opcionalmente usa bucket_count utilizador fornecido como um nmero mnimo de baldes para criar, hash como a funo hash, equal como a funo de comparar as chaves e alloc como o alocador.
Original:
Constructs new container from a variety of data sources. Optionally uses user supplied bucket_count as a minimal number of buckets to create, hash as the hash function, equal as the function to compare keys and alloc as the allocator.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

1)

construtor padro. Constri recipiente vazio.
Original:
default constructor. Constructs empty container.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

2)

constri o recipiente com o contedo do [first, last) gama.
Original:
constructs the container with the contents of the range [first, last).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

3)

copiar construtor. Constri o recipiente com a cpia do contedo do other. Se alloc no fornecida, alocador obtido chamando std::allocator_traits<allocator_type>::select_on_copy_construction(other).
Original:
copy constructor. Constructs the container with the copy of the contents of other. If alloc is not provided, allocator is obtained by calling std::allocator_traits<allocator_type>::select_on_copy_construction(other).
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

4)

mover construtor. Constri o recipiente com o contedo de other usando semntica de movimento. Se no for fornecido alloc, alocador obtido por movimento de construo a partir do alocador pertencente other.
Original:
move constructor. Constructs the container with the contents of other using move semantics. If alloc is not provided, allocator is obtained by move-construction from the allocator belonging to other.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

5)

constri o recipiente com o contedo da lista de inicializador init.
Original:
constructs the container with the contents of the initializer list init.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parmetros

alloc -
alocador de usar para todas as alocaes de memria desse container
Original:
allocator to use for all memory allocations of this container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
bucket_count -
nmero mnimo de baldes para usar na inicializao. Se no for especificado, definida pela implementao valor padro usado
Original:
minimal number of buckets to use on initialization. If it is not specified, implementation-defined default value is used
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
hash -
funo hash para usar
Original:
hash function to use
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
equal -
funo de comparao para usar em todas as comparaes chave deste recipiente
Original:
comparison function to use for all key comparisons of this container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
first, last -
o intervalo para copiar os elementos de
Original:
the range to copy the elements from
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
other -
um outro recipiente, para ser utilizado como fonte para inicializar os elementos do recipiente com
Original:
another container to be used as source to initialize the elements of the container with
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
init -
inicializador lista para inicializar os elementos do recipiente com
Original:
initializer list to initialize the elements of the container with
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Type requirements
-
InputIt must meet the requirements of InputIterator.

Complexidade

1)

constante
Original:
constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

2)

linear da distncia entre first e last
Original:
linear in distance between first and last
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

3)

linear no tamanho de other
Original:
linear in size of other
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

4)

constante. Se alloc dado e alloc != other.get_allocator(), em seguida, linear.
Original:
constant. If alloc is given and alloc != other.get_allocator(), then linear.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

5)

linear no tamanho de init
Original:
linear in size of init
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemplo

Veja tambm

atribui valores para o recipiente
Original:
assigns values to the container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(funo pblica membro) [edit]

Web Proxy Viewer  |  New URL  |  Original Page