#include <TypedDataAccessors.h>
|
template<typename TYPE_INFO , typename VAL > |
auto | operator() (TYPE_INFO const &ti, VAL const &) const |
|
Definition at line 395 of file TypedDataAccessors.h.
template<typename TYPE_INFO >
int64_t anonymous_namespace{TypedDataAccessors.h}::NullSentinelSupplier::get_null_sentinel_for_type |
( |
TYPE_INFO const & |
ti, |
|
|
IntSelector const & |
|
|
) |
| const |
|
inlineprivate |
template<typename TYPE_INFO >
double anonymous_namespace{TypedDataAccessors.h}::NullSentinelSupplier::get_null_sentinel_for_type |
( |
TYPE_INFO const & |
ti, |
|
|
FPSelector const & |
|
|
) |
| const |
|
inlineprivate |
template<typename TYPE_INFO , typename VAL >
auto anonymous_namespace{TypedDataAccessors.h}::NullSentinelSupplier::operator() |
( |
TYPE_INFO const & |
ti, |
|
|
VAL const & |
|
|
) |
| const |
|
inline |
Definition at line 398 of file TypedDataAccessors.h.
References run_benchmark_import::type.
399 using FloatOrIntSelector =
400 typename std::conditional<std::is_floating_point<std::decay_t<VAL> >::value,
int64_t get_null_sentinel_for_type(TYPE_INFO const &ti, IntSelector const &) const
The documentation for this class was generated from the following file: