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

◆ operator<<() [4/18]

buffer & buffer::operator<< ( char c)
inline

Definition at line 168 of file buffer.hpp.

169 {
170 put(c);
171 return *this;
172 }
void put(const char *s)
Definition buffer.cpp:35

References buffer(), and put().