Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator<<() [10/18]

buffer & buffer::operator<< ( M2_string s)
inline

Definition at line 123 of file buffer.hpp.

124 {
125 put((char *)s->array, s->len);
126 return *this;
127 }
void put(const char *s)
Definition buffer.cpp:35
void size_t s
Definition m2-mem.cpp:271

References buffer(), put(), and s.