chsvlib
chsv helper source code
is_matrix< T > Struct Template Reference

Performs compile time check whether the type T is a matrix type. More...

#include <chsvmath.h>

Inheritance diagram for is_matrix< T >:
Collaboration diagram for is_matrix< T >:

Detailed Description

template<class T>
struct Chusov::Math::is_matrix< T >

Performs compile time check whether the type T is a matrix type.

Template Parameters
Tis a type to to be checked.
Remarks
Specialize the template for any types inheriting from Matrix to get access to its functionality.

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