Container for C-Strings.
More...
#include <iosfwd>
#include <string>
#include "magic.h"
#include "string_container.h"
Go to the source code of this file.
|
namespace | std |
| STL namespace.
|
Container for C-Strings.
Definition in file dstring.h.
◆ as_string()
const std::string & as_string |
( |
const dstringt & | s | ) |
|
|
inline |
◆ get_dstring_number()
dstringt get_dstring_number |
( |
std::size_t | value | ) |
|
◆ hash_string()
size_t hash_string |
( |
const dstringt & | s | ) |
|
|
inline |
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & | out, |
|
|
const dstringt & | a ) |
|
inline |
◆ to_dstring()
template<typename T>
std::enable_if< std::is_integral< T >::value, dstringt >::type to_dstring |
( |
T | value | ) |
|
|
inlinestatic |