Specialization of remove_extent for array of known bound

Synopsis

Declared in <bslmf_removeextent.h>

template<
    class t_TYPE,
    std::size_t t_SZ>
struct remove_extent<t_TYPE[]>;

Type Aliases

Name

Description

type

This typedef is an alias to the element type of an array of known bound.

Created with MrDocs