Deduce the template parameter VALUE from the parameters supplied to the constructor of stack.
Synopsis
Declared in <bslstl_stack.h>
template<
class INPUT_ITER,
class TYPE = BloombergLP::bslstl::IteratorUtil::IterVal_t<INPUT_ITER>>
stack<TYPE>(
INPUT_ITER,
INPUT_ITER) → stack<TYPE>;
Created with MrDocs