j
k
j a
j l
void enqueue(const T&) throw(...) void try_enqueue(const T&) // no throw guarantee if T's copy constructor is no throw guarantee I meant
void enqueue(const T&) throw(...) void try_enqueue(const T&) // no throw guarantee if T's copy constructor is no throw guarantee
I meant
bool try_enqueue(const T&) // no throw guarantee if T's copy constructor is no throw guarantee obviously
Back to the thread
Back to the list