String.hh File Reference

String public header. More...

#include <string>
#include "String.ct"
#include "String.cti"

Include dependency graph for String.hh:

Go to the source code of this file.


Detailed Description

String public header.

Definition in file String.hh.


Namespaces

namespace   senf
namespace   senf::detail

Defines

#define  HH_SENF_Utils_String_   1

Functions

template<class ForwardReadableRange >
std::string  senf::stringJoin (ForwardReadableRange const &range, std::string sep)
  Join string range with separator into single string.
template<class T >
std::string  senf::str (T const &t)
  Get string representation.
template<class Target , class Source >
Target  senf::lexical_cast (Source const &arg)
template<class Target >
detail::lexical_caster< Target >  senf::lexical_cast ()

Define Documentation

#define
HH_SENF_Utils_String_   1

Definition at line 27 of file String.hh.