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

◆ operator<<() [2/18]

buffer & buffer::operator<< ( cc_struct const * x)
inline

Definition at line 188 of file buffer.hpp.

189 {
190 put(x);
191 return *this;
192 }
void put(const char *s)
Definition buffer.cpp:35
volatile int x

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