Loading...
Searching...
No Matches
Container for C-Strings.
More...
+ Include dependency graph for dstring.h:
+ This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
dstringt has one field, an unsigned integer
no which is an index into a static table of strings.
More...
Default hash function of
dstringt for use with STL containers.
More...
STL namespace.
Detailed Description
Container for C-Strings.
Definition in file dstring.h.
Function Documentation
◆ as_string()
◆ get_dstring_number()
dstringt get_dstring_number
(
std::size_t
value )
◆ hash_string()
◆ operator<<()
std::ostream &
operator<<
(
std::ostream &
out,
)
inline
◆ to_dstring()
static std::enable_if< std::is_integral< T >::value,
dstringt >::type to_dstring
(
T
value )
inlinestatic