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

◆ operator<<() [13/18]

buffer & buffer::operator<< ( std::string s)
inline

Definition at line 128 of file buffer.hpp.

129 {
130 put(s);
131 return *this;
132 }
void put(const char *s)
Definition buffer.cpp:35
void size_t s
Definition m2-mem.cpp:271

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