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

◆ operator<<() [15/18]

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

Definition at line 143 of file buffer.hpp.

144 {
145 put(n);
146 return *this;
147 }
void put(const char *s)
Definition buffer.cpp:35

References buffer(), and put().