TLFloat
|
#include <tlfloat/bigint.hpp>
Public Member Functions | |
constexpr TLFLOAT_INLINE | xpair (const firsttype &f, const secondtype &s) |
Public Attributes | |
firsttype | first |
secondtype | second |
This is a simple template struct similar to std::pair. Unlike std::pair, the member functions are all constexpr.
|
inlineconstexpr |
firsttype tlfloat::xpair< firsttype, secondtype >::first |
secondtype tlfloat::xpair< firsttype, secondtype >::second |