Template Class xset

Inheritance Relationships

Base Type

  • public std::set< _Kty, std::less< _Kty >, stl_allocator< _Kty > >

Template Parameter Order

  1. class _Kty

  2. class _Pr

  3. class _Alloc

Class Documentation

template<class _Kty, class _Pr = std::less<_Kty>, class _Alloc = stl_allocator<_Kty>>
class xset : public std::set<_Kty, std::less<_Kty>, stl_allocator<_Kty>>

Inheritence diagram for xset:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xset< _Kty, _Pr, _Alloc >" tooltip="xset< _Kty, _Pr, _Alloc >" fillcolor="#BFBFBF"] "2" [label="std::set< _Kty, std::less<_Kty> , stl_allocator<_Kty> >" tooltip="std::set< _Kty, std::less<_Kty> , stl_allocator<_Kty> >"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }

Collaboration diagram for xset:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "1" [label="xset< _Kty, _Pr, _Alloc >" tooltip="xset< _Kty, _Pr, _Alloc >" fillcolor="#BFBFBF"] "2" [label="std::set< _Kty, std::less<_Kty> , stl_allocator<_Kty> >" tooltip="std::set< _Kty, std::less<_Kty> , stl_allocator<_Kty> >"] "1" -> "2" [dir=forward tooltip="public-inheritance"] }