forpy  2
forpy::SplitOptRes< FT > Struct Template Reference

#include <types.h>

Public Member Functions

bool operator== (SplitOptRes< FT > const &rhs) const
 

Public Attributes

id_t split_idx
 
FT thresh
 
float gain
 
bool valid
 

Friends

std::ostream & operator<< (std::ostream &stream, const SplitOptRes< FT > &self)
 

Detailed Description

template<typename FT>
struct forpy::SplitOptRes< FT >

Definition at line 119 of file types.h.

Member Function Documentation

◆ operator==()

template<typename FT>
bool forpy::SplitOptRes< FT >::operator== ( SplitOptRes< FT > const &  rhs) const
inline

Definition at line 132 of file types.h.

Friends And Related Function Documentation

◆ operator<<

template<typename FT>
std::ostream& operator<< ( std::ostream &  stream,
const SplitOptRes< FT > &  self 
)
friend

Definition at line 125 of file types.h.

Member Data Documentation

◆ gain

template<typename FT>
float forpy::SplitOptRes< FT >::gain

Definition at line 122 of file types.h.

◆ split_idx

template<typename FT>
id_t forpy::SplitOptRes< FT >::split_idx

Definition at line 120 of file types.h.

◆ thresh

template<typename FT>
FT forpy::SplitOptRes< FT >::thresh

Definition at line 121 of file types.h.

◆ valid

template<typename FT>
bool forpy::SplitOptRes< FT >::valid

Definition at line 123 of file types.h.


The documentation for this struct was generated from the following file: