CortidQCT  1.2.2.52
Namespaces | Functions
CheckExtension.h File Reference

This file contains some utility functions to check if a file path has a specific extension. More...

#include <algorithm>
#include <string>
Include dependency graph for CheckExtension.h:

Go to the source code of this file.

Namespaces

 CortidQCT
 Name namespace for CortidQCT library.
 
 CortidQCT::IO
 Namespace for IO helper functions.
 

Functions

std::string CortidQCT::IO::extension (std::string const &filename, bool toLower=false)
 
template<class Extensions >
bool CortidQCT::IO::checkExtensions (std::string const &filename, Extensions &&extensions)
 

Detailed Description

This file contains some utility functions to check if a file path has a specific extension.

Author
Stefan Reinhold