added Socket::sendx() that accept a buffer vector and a destination address
This commit is contained in:
@ -444,7 +444,7 @@ public:
|
||||
return this->getValueAt(0);
|
||||
}
|
||||
|
||||
const T& getLast() const
|
||||
const T& getLast () const
|
||||
{
|
||||
return this->getValueAt(this->getSize() - 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user