STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
cliext
impl
_Get_sizeof
Static Public Member Functions
|
List of all members
cliext::impl::_Get_sizeof< _Value_t > Struct Template Reference
Static Public Member Functions
static int
value
()
Member Function Documentation
template<typename _Value_t >
static int
cliext::impl::_Get_sizeof
< _Value_t >::value
(
)
inline
static
15
{
// return size
16
try
17
{
// try to determine size of type
18
return
(System::Runtime::InteropServices::Marshal::
19
SizeOf(_Value_t::typeid));
20
}
21
catch
(System::Object^)
22
{
// failed, assume int
23
return
(4);
24
}
25
}
The documentation for this struct was generated from the following file:
VS2015/inc/cliext/
deque
Generated on Mon Jul 24 2017 18:17:55 for STLdoc by
1.8.8