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

◆ operator<<() [5/18]

buffer & buffer::operator<< ( const char * s)
inline

Definition at line 118 of file buffer.hpp.

119 {
120 put(s);
121 return *this;
122 }
void put(const char *s)
Definition buffer.cpp:35
void size_t s
Definition m2-mem.cpp:271

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