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