wiki:ClassTemplate

Version 1 (modified by epyon, 10 years ago) (diff)

--

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();


}