Stable Numerics Subroutine Library
Programming Reference Manual
Version 1.2 DD-00006-012

9.2 pair<T> - Class Reference

The pair<T> class represents a pair arithmetic number of the given template type T. The class checks that the latter type T matches one of the following types by a static_assert, this is to ensure that the class only gets instantiated for types that are actually implemented. The following types are supported:

9.2.1 Public Member Variables
9.2.2 Constructors
9.2.3 Assignment
9.2.4 Conversion functions
9.2.5 Comparison Operators
9.2.6 Normalization
9.2.7 Status functions
9.2.8 Arithmetic Operators
9.2.9 Evaluation