|
template<class _Ty > |
static auto | _Fn (int, const _Ty &_Al) -> decltype(_Al.max_size()) |
|
template<class _Ty > |
static auto | _Fn (_Wrap_int, const _Ty &) -> typename _Get_size_type< _Ty >::type |
|
template<class _Ty >
static auto _Alloc_max_size::_Fn |
( |
int |
, |
|
|
const _Ty & |
_Al |
|
) |
| -> decltype(_Al.max_size())
|
|
inlinestatic |
381 return (_Al.max_size());
template<class _Ty >
static auto _Alloc_max_size::_Fn |
( |
_Wrap_int |
, |
|
|
const _Ty & |
|
|
) |
| -> typename _Get_size_type<_Ty>::type
|
|
inlinestatic |
#define max(a, b)
Definition: minmax.h:19
The documentation for this struct was generated from the following file: