TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type can be called with a certain number of long arguments.
An example of a type satisfying this concept is e.g. nda::basic_array or nda::basic_array_view. More generally, every type modelling the nda::Array concept has to be nda::CallableWithLongs as well.
A | Type to check. |
R | Number of long arguments. |
Definition at line 53 of file concepts.hpp.