kblib 0.2.3
General utilities library for modern C++
|
std::pair isn't constexpr enough, so I'm stuck with this. All I use it for is removing a temporary variable from calc_fib_size(). More...
#include <kblib/stats.h>
Public Attributes | |
T | first |
T | second |
std::pair isn't constexpr enough, so I'm stuck with this. All I use it for is removing a temporary variable from calc_fib_size().
T kblib::trivial_pair< T >::first |
T kblib::trivial_pair< T >::second |