4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
fcppt::math::matrix::has_dim< Matrix, R, C > Struct Template Reference

Detailed Description

template<typename Matrix, fcppt::math::size_type R, fcppt::math::size_type C>
struct fcppt::math::matrix::has_dim< Matrix, R, C >

Metafunction to check if a static matrix has the specified dimensions.

Template Parameters
MatrixA fcppt::math::matrix::object type
RThe static row count
CThe static column count