Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::uuids::string_generator Struct Reference

#include <string_generator.hpp>

Public Types

typedef uuid result_type
 

Public Member Functions

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
 

Member Typedef Documentation

Member Function Documentation

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

Referenced by operator()().

uuid boost::uuids::string_generator::operator() ( char const *const  s) const
inline

References operator()().

uuid boost::uuids::string_generator::operator() ( wchar_t const *const  s) const
inline

References operator()().

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: