{{{#!c++ class { typedef ... size_type; typedef ... value_type; typedef ... this_type; typedef ... inherited_type; static constexpr size_t SIZE = ; constexpr size_type size() const; constexpr bool empty() const; data(); data() const; ... begin(); end(); } }}}