1 #ifndef jb_convert_cpu_set_hpp 2 #define jb_convert_cpu_set_hpp 5 #include <yaml-cpp/yaml.h> 16 struct convert<
jb::cpu_set> {
29 #endif // jb_convert_cpu_set
std::string as_list_format() const
Return the set in the list format representation.
static cpu_set parse(std::string const &value)
Interpret value as a cpu set in list format.
static bool decode(YAML::Node node, jb::cpu_set &rhs)
Types and functions for the yaml-cpp library.
A wrapper for the Linux CPU_SET data structure.
static YAML::Node encode(jb::cpu_set const &x)
The top-level namespace for the JayBeams library.