string_tokeniser_ignore_blanks Struct Template Reference
[String Library]

#include <stlsoft/string/string_tokeniser.hpp>

List of all members.


Detailed Description

template<bool B>
struct stlsoft::string_tokeniser_ignore_blanks< B >

A tokenising policy for specifying whether blanks will be included or ignored (now deprecated; replaced by skip_blank_tokens).

This policy determines whether a tokenisation will ignore blanks, or will present them as (empty) entries in the sequence to the caller.

Parameters:
B A boolean as to whether blanks should be ignored (true) or preserved (false)
Deprecated:
Use skip_blank_tokens instead

Public Types

enum  { value = B }

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

Generated on Thu Jun 10 08:58:59 2010 for STLSoft by  doxygen 1.5.6