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

◆ operator<<() [1/18]

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

Definition at line 193 of file buffer.hpp.

194 {
195 put(x);
196 return *this;
197 }
void put(const char *s)
Definition buffer.cpp:35
volatile int x

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