|
BDE 4.39.x Production Release
|
#include <bslstl_pair.h>
This component-private meta-function determines whether the specified TYPE template parameter takes a bslma::Allocator* constructor argument and, if so, whether that argument is at the end of the argument list or at the beginning of the argument list following an argument of type bsl::allocator_arg_t. This type derived from bsl::integral_constant<int, N> where N is the number of additional parameters required to pass an allocator to a constructor using the chosen idiom.
Additional Inherited Members | |
Public Types inherited from bsl::integral_constant< t_TYPE, t_VALUE > | |
| typedef t_TYPE | value_type |
| typedef integral_constant | type |
Public Member Functions inherited from bsl::integral_constant< t_TYPE, t_VALUE > | |
| integral_constant ()=default | |
| integral_constant (const integral_constant &)=default | |
| integral_constant | operator= (const integral_constant &)=default |
| ~integral_constant ()=default | |
| operator value_type () const | |
| value_type | operator() () const |
Static Public Attributes inherited from bsl::integral_constant< t_TYPE, t_VALUE > | |
| static const t_TYPE | value = t_VALUE |