stlencoders  1.1.3
Namespaces | Constant Groups | Functions
lookup.hpp File Reference

Character lookup table implementation. More...

Namespaces

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Constant Groups

 stlencoders
 C++ namespace used for the stlencoders public API.
 

Functions

template<template< char > class LUT, class T >
const T & stlencoders::lookup (char c)
 Maps a character to its corresponding value in a lookup table. More...
 

Detailed Description

Character lookup table implementation.