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

◆ operator<<() [9/18]

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

Definition at line 133 of file buffer.hpp.

134 {
135 put(n);
136 return *this;
137 }
void put(const char *s)
Definition buffer.cpp:35

References buffer(), and put().