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

◆ operator<<() [8/18]

buffer & buffer::operator<< ( int n)
inline

Definition at line 163 of file buffer.hpp.

164 {
165 put(n);
166 return *this;
167 }
void put(const char *s)
Definition buffer.cpp:35

References buffer(), and put().