Theoretica
A C++ numerical and automatic mathematical library
theoretica::is_indexable< Structure, typename > Struct Template Reference

Check whether a structure is indexable by a single integer index, by checking that it has the operator[](0). More...

#include <core_traits.h>

+ Inheritance diagram for theoretica::is_indexable< Structure, typename >:

Detailed Description

template<typename Structure, typename = _internal::void_t<>>
struct theoretica::is_indexable< Structure, typename >

Check whether a structure is indexable by a single integer index, by checking that it has the operator[](0).


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