#include <Rcpp.h>
#include <functional>
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <set>
Go to the source code of this file.
|
class | Interpolate |
|
class | NumericInterpolate |
|
class | DataFrameSelect< T > |
|
struct | null_type |
| A table class for lookups. For the case of a single key, this is a small extension to std::map, including the ability to read columns from a DataFrame. Looking up a key which is less than the lowest key value will use the lowest key. More...
|
|
class | Table< I0, I1, I2, I3, I4, Outcome > |
|
class | Table< I0, I1, I2, I3, Outcome > |
|
class | Table< I0, I1, I2, Outcome > |
|
class | Table< I0, I1, Outcome > |
|
class | Table< key_type, mapped_type > |
|
|
template<class T > |
T | set_lower_bound (set< T, greater< T > > aset, T value) |
|
◆ set_lower_bound()
template<class T >
T set_lower_bound |
( |
set< T, greater< T > > |
aset, |
|
|
T |
value |
|
) |
| |