TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::InstantiationOf Concept Reference

#include <nda/concepts.hpp>

Detailed Description

Check if a given type is an instantiation of some other template type.

See nda::is_instantiation_of for more information.

Template Parameters
TType to check.
TMPLTTemplate template type to check against.

Definition at line 137 of file concepts.hpp.

Concept definition

template<typename T, template< typename... > class TMPLT>
Check if a given type is an instantiation of some other template type.
Definition concepts.hpp:137
constexpr bool is_instantiation_of_v
Constexpr variable that is true if type T is an instantiation of TMPLT (see nda::is_instantiation_of)...
Definition traits.hpp:59