Specialization of remove_extent for array of known bound
Declared in <bslmf_removeextent.h>
template<
class t_TYPE,
std::size_t t_SZ>
struct remove_extent<t_TYPE[]>;
| Name | Description |
|---|---|
type | This typedef is an alias to the element type of an array of known bound. |