help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Size limit of "std::ostringstream buffer"


From: John W. Eaton
Subject: Size limit of "std::ostringstream buffer"
Date: Wed, 10 May 2006 02:15:43 -0400

On  7-May-2006, Aakash Dalwani wrote:

| A quick question,
| What is the maximum size that will be allocated to a buffer declared as:
| std::ostringstream buffer

There is no set limit other than available memory.  A ostringstream
object grows dynamically as needed.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]