Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Allocates a contiguous memory block and returns it.
virtual _CharType* alloc(
size_t count
);
Parameters
- count
The number of characters to allocate.
Return Value
A pointer to a block to write to, null if the stream buffer implementation does not support alloc/commit.
Requirements
Header: astreambuf.h
Namespace: concurrency::streams