Cthulhu  0.2.10
Cthulhu compiler collection
ctu Namespace Reference

Namespaces

 json
 

Data Structures

class  OsError
 
class  Io
 

Typedefs

using unique_io_t = std::unique_ptr< io_t, decltype(kIoDelete)>
 

Variables

constexpr auto kIoDelete = [](io_t *io) { io_close(io); }
 

Typedef Documentation

◆ unique_io_t

using ctu::unique_io_t = typedef std::unique_ptr<io_t, decltype(kIoDelete)>

Definition at line 9 of file io.hpp.

Variable Documentation

◆ kIoDelete

constexpr auto ctu::kIoDelete = [](io_t *io) { io_close(io); }
constexpr

Definition at line 8 of file io.hpp.