! \brief Get number of bins */
| 94 | |
| 95 | /*! \brief Get number of bins */ |
| 96 | inline int num_bin() const { return num_bin_; } |
| 97 | /*! \brief Missing Type */ |
| 98 | inline MissingType missing_type() const { return missing_type_; } |
| 99 | /*! \brief True if bin is trivial (contains only one bin) */ |
no outgoing calls
no test coverage detected