STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | Static Public Member Functions | List of all members
_Rand_urng_from_func Struct Reference

Public Types

typedef unsigned int result_type
 

Public Member Functions

result_type operator() ()
 

Static Public Member Functions

static result_type() min ()
 
static result_type() max ()
 

Member Typedef Documentation

Member Function Documentation

static result_type() _Rand_urng_from_func::max ( )
inlinestatic
2108  { // copy merging ranges, both using _Pred
static result_type() _Rand_urng_from_func::min ( )
inlinestatic
2091  { // copy merging ranges, both using operator<
2092  _STLCLRDB_ORDER(_First1, _Last1);
2093  _STLCLRDB_ORDER(_First2, _Last2);
2094  _STLCLRDB_POINTER(_Dest);
#define _STLCLRDB_ORDER(first, last)
Definition: memory:223
#define _STLCLRDB_POINTER(first)
Definition: memory:221
result_type _Rand_urng_from_func::operator() ( )
inline
2108  { // copy merging ranges, both using _Pred

The documentation for this struct was generated from the following file: