Template Struct Negotiation::SearchResult

Nested Relationships

This struct is a nested type of Class Negotiation.

Struct Documentation

template<typename Ptr>
struct SearchResult

Public Functions

inline bool deprecated() const
inline bool absent() const
inline bool found() const
inline operator bool() const

Public Members

SearchStatus status

The status of the search.

Ptr table

The Table that was searched for (or nullptr if status is Deprecated or Absent)