Variables | |
| template<typename T, typename = void> | |
| constexpr bool | isDissimilarities =false |
| template<typename T> | |
| constexpr bool | isDissimilarities< T, std::void_t< typename T::isDissimilarities > > =true |
| template<typename T, typename = void> | |
| constexpr bool | isRowSum =false |
| true if T has a public declared "isRowSum" type | |
| template<typename T> | |
| constexpr bool | isRowSum< T, std::void_t< typename T::isRowSum > > =true |
|
constexpr |
|
constexpr |
|
constexpr |
true if T has a public declared "isRowSum" type
|
constexpr |
Hosted by GitHub
|
1.13.2
|