#include "fd_watcher.h"
#include <cstdarg>
#include <vector>
#include <sys/types.h>
#include <sys/select.h>
#include <fmt/format.h>
Go to the source code of this file.
Namespaces | |
rosmon | |
Functions | |
template<typename... Args> | |
std::runtime_error | error (const char *fmt, const Args &...args) |
std::runtime_error error | ( | const char * | fmt, |
const Args &... | args | ||
) |
Definition at line 15 of file fd_watcher.cpp.