ContainsDomainSingle< T1, T2, true > Struct Template Reference
The non-unit-stride version of
ContainsDomainSingle, which does extra work for the case where a and b do not have unit stride.
More...
#include <Contains.h>
List of all members.
|
Static Public Member Functions |
static bool | contains (const T1 &a, const T2 &b) |
Detailed Description
template<class T1, class T2>
struct ContainsDomainSingle< T1, T2, true >
The non-unit-stride version of
ContainsDomainSingle, which does extra work for the case where a and b do not have unit stride.
Member Function Documentation
template<class T1 , class T2 >
static bool ContainsDomainSingle< T1, T2, true >::contains |
( |
const T1 & |
a, |
|
|
const T2 & |
b | |
|
) |
| | [inline, static] |
The documentation for this struct was generated from the following file: