#include <string_generator.hpp>
|
| template<typename ch , typename char_traits , typename alloc > |
| uuid | operator() (std::basic_string< ch, char_traits, alloc > const &s) const |
| |
| uuid | operator() (char const *const s) const |
| |
| uuid | operator() (wchar_t const *const s) const |
| |
| template<typename CharIterator > |
| uuid | operator() (CharIterator begin, CharIterator end) const |
| |
template<typename ch , typename char_traits , typename alloc >
| uuid boost::uuids::string_generator::operator() |
( |
std::basic_string< ch, char_traits, alloc > const & |
s | ) |
const |
|
inline |
| uuid boost::uuids::string_generator::operator() |
( |
char const *const |
s | ) |
const |
|
inline |
| uuid boost::uuids::string_generator::operator() |
( |
wchar_t const *const |
s | ) |
const |
|
inline |
template<typename CharIterator >
| uuid boost::uuids::string_generator::operator() |
( |
CharIterator |
begin, |
|
|
CharIterator |
end |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: