SLIDE  3.0.0
A simulator for lithium-ion battery pack degradation
Loading...
Searching...
No Matches
slide_paths.hpp File Reference
#include <string>
#include <filesystem>
Include dependency graph for slide_paths.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  PathVar
 
namespace  slide
 Slide namespace contains all the types, classes, and functions for the simulation framework.
 
namespace  slide::settings
 < Non-user related settings, please do not change!
 
namespace  slide::settings::path
 
namespace  slide::settings::path::Kokam
 

Functions

std::filesystem::path operator+ (const std::filesystem::path &lhs, const std::string &rhs)
 

Function Documentation

◆ operator+()

std::filesystem::path operator+ ( const std::filesystem::path lhs,
const std::string &  rhs 
)
inline

< To make path type compatible with strings.