template <typename T>
class StlContainerView
The following specialization prevents the user from instantiating
StlContainer with a reference type.
template <typename T>
The following specialization prevents the user from instantiating
StlContainer with a reference type.