Berkeley SfM
Namespaces | Functions
join_filepath.h File Reference
#include <initializer_list>
#include <string>
#include "join.h"

Go to the source code of this file.

Namespaces

 bsfm
 
 bsfm::strings
 

Functions

std::string bsfm::strings::JoinFilepath (const std::vector< std::string > &path_tokens)
 
std::string bsfm::strings::JoinFilepath (const std::initializer_list< std::string > &path_tokens)
 
template<typename... ArgsT>
std::string bsfm::strings::JoinFilepath (const ArgsT &...path_tokens)