std::_Bind< _Signature >

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

NAME

std::_Bind< _Signature > - Type of the function object returned from bind().

 

SYNOPSIS


 

Detailed Description

 

template<typename _Signature>


struct std::_Bind< _Signature >" Type of the function object returned from bind().

Definition at line 383 of file functional.

 

Author

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


 

Index

NAME
SYNOPSIS
Detailed Description
template<typename _Signature>
Author