Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
must_be_subscriptable Struct Template Reference
Constraint to enforce that a given type is an array, or pointer, or user defined type which is amenable to subsripting (i.e.
More...
#include <stlsoft_constraints.h>
List of all members.
Detailed Description
template<typename T>
struct stlsoft::must_be_subscriptable< T >
Constraint to enforce that a given type is an array, or pointer, or user defined type which is amenable to subsripting (i.e.
defines operator[] or operator X *())
The documentation for this struct was generated from the following file: