wiki:ClassTemplate
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();


}
Last modified 10 years ago Last modified on 09/21/15 18:55:38