|
memex
|
#include <cstdint>#include <string_view>#include <expected>#include <memex/error.hpp>#include <memex/typed.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | utility |
| This file contains utility functions for the memex library. | |
Functions | |
| std::expected< std::uint32_t, memex::Error > | utility::FindPidByName (typed::tstring_view processName) |
| Find a process ID using its name. | |