Created
October 26, 2010 17:19
-
-
Save luisibanez/647335 to your computer and use it in GitHub Desktop.
test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
Author
typedef Self[1] MeasurementVectorType;
typedef Self MeasurementVectorType[1];
Author
template
class NumericTraits
{
};
template
class NumericTraits< T[1] >
{
};
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
typedef typename ValueType[1] MeasurementVectorType;