Mirror reflection library 0.5.13

mirror::cts::find< CTString1, CTString2 > Struct Template Reference

Meta-function returning a string starting with the searched sub-string. More...

#include <mirror/ct_string/default.hpp>

List of all members.

Public Types

typedef CompileTimeString type
 Sub-string starting with the searched string or empty string.

Detailed Description

template<typename CTString1, typename CTString2>
struct mirror::cts::find< CTString1, CTString2 >

Meta-function returning a string starting with the searched sub-string.

This meta-function template returns a substring of the original compile-time string, that starts with the searched string (in case the original contains it) or an empty string (otherwise).

See also:
basic_string

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

Copyright © 2006-2011 Matus Chochlik, University of Zilina, Zilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Fri Dec 16 2011 by Doxygen (version 1.7.3).
Important note: Although the 'boostified' version of Mirror uses the Boost C++ libraries Coding Guidelines and is implemented inside of the boost namespace, it IS NOT an officially reviewed and accepted Boost library. Mirror is being developed with the intention to be submitted for review for inclusion to the Boost C++ libraries.