Algorithms concerning the STL containers. More...
Go to the source code of this file.
Namespaces | |
namespace | NAV |
Functions | |
template<typename T> | |
std::string | NAV::joinToString (const T &container, const char *delimiter=", ", const std::string &elementFormat="") |
Joins the container to a string. | |
template<typename T, typename U> | |
std::string | NAV::joinToStringCustom (const T &container, U &&formatFunc, const char *delimiter=", ") |
Joins the container to a string. | |
template<std::size_t N> | |
bool | NAV::operator< (const std::bitset< N > &lhs, const std::bitset< N > &rhs) |
Comparison operator for bitsets. | |