ViennaGrid - The Vienna Grid Library  2.1.0
Public Member Functions
char_to_lower< dummy > Struct Template Reference

Functor for conversion to lowercase (avoids the tolower() function as this can be a bit messy due to locales) More...

#include <xml_tag.hpp>

Public Member Functions

char operator() (char c) const

Detailed Description

template<int dummy = 0>
struct viennagrid::io::char_to_lower< dummy >

Functor for conversion to lowercase (avoids the tolower() function as this can be a bit messy due to locales)

Template Parameters:
dummyA dummy template argument to disable external linkage of the function (for 'header-only' reasons)

Member Function Documentation

char operator() ( char  c) const [inline]

The documentation for this struct was generated from the following file: