CNORXZ
Container with Native Operation Routines and Expressions
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
CNORXZ::is_index< I > Struct Template Reference

#include <index_traits.h>

Static Public Attributes

static constexpr bool value = std::is_base_of<IndexInterface<I,typename I::MetaType>,I>::value
 

Detailed Description

template<class I>
struct CNORXZ::is_index< I >

check if given type is index-type

Template Parameters
Itype to be checked

Definition at line 23 of file index_traits.h.

Member Data Documentation

◆ value

template<class I >
constexpr bool CNORXZ::is_index< I >::value = std::is_base_of<IndexInterface<I,typename I::MetaType>,I>::value
staticconstexpr

Definition at line 24 of file index_traits.h.


The documentation for this struct was generated from the following file: