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

◆ operator<<() [3/18]

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

Definition at line 198 of file buffer.hpp.

199 {
200 put(x);
201 return *this;
202 }
void put(const char *s)
Definition buffer.cpp:35
volatile int x

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