dune-common  2.3.0
Namespaces | Functions
stringutility.hh File Reference

Miscellaneous helper stuff. More...

Go to the source code of this file.

Namespaces

namespace  Dune
 Dune namespace.

Functions

template<typename C >
bool Dune::hasPrefix (const C &c, const char *prefix)
 Check whether a character container has a given prefix.
template<typename C >
bool Dune::hasSuffix (const C &c, const char *suffix)
 Check whether a character container has a given suffix.

Detailed Description

Miscellaneous helper stuff.