STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Static Public Member Functions | List of all members
cliext::_Fix_handle< _To_t, _From_t > Class Template Reference

Static Public Member Functions

static _To_t _Cvt (_From_t _Val)
 

Member Function Documentation

template<typename _To_t , typename _From_t >
static _To_t cliext::_Fix_handle< _To_t, _From_t >::_Cvt ( _From_t  _Val)
inlinestatic
154  { // convert _Val
155  return (_To_t(_Val));
156  }
_FwdIt const _Ty _Val
Definition: algorithm:1938

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