#include "octave-config.h"#include <cstddef>#include <algorithm>#include <memory>

Go to the source code of this file.
Macros | |
| #define | OCTAVE_LOCAL_BUFFER(T, buf, size) |
| #define | OCTAVE_LOCAL_BUFFER_INIT(T, buf, size, value) |
| #define OCTAVE_LOCAL_BUFFER | ( | T, | |
| buf, | |||
| size | |||
| ) |
Definition at line 44 of file oct-locbuf.h.
| #define OCTAVE_LOCAL_BUFFER_INIT | ( | T, | |
| buf, | |||
| size, | |||
| value | |||
| ) |
Definition at line 50 of file oct-locbuf.h.