|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if T is the same as any of the types in Us.
See nda::is_any_of for implementation.
| T | Type to check. |
| Us | Types to check against. |
Definition at line 112 of file concepts.hpp.