#include <filesystem>
#include <string>
#include <variant>
#include "drake/common/fmt.h"
#include "drake/common/memory_file.h"
Namespaces | |
drake | |
Typedefs | |
using | FileSource = std::variant< std::filesystem::path, MemoryFile > |
Represents a file. More... | |
Functions | |
std::string | to_string (const FileSource &source) |
Returns a string representation. More... | |