std::__parallel::_CRandNumber< _MustBeInt >

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

std::__parallel::_CRandNumber< _MustBeInt > - Functor wrapper for std::rand().

 

SYNOPSIS


 

Public Member Functions


int operator() (int __limit)
 

Detailed Description

 

template<typename _MustBeInt = int>


struct std::__parallel::_CRandNumber< _MustBeInt >" Functor wrapper for std::rand().

Definition at line 1529 of file algo.h.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Public Member Functions
Detailed Description
template<typename _MustBeInt = int>
Author