AIToolbox
A library that offers tools for AI problem solving.
AIToolbox::POMDP::is_witness_lp< LP > Struct Template Reference

This check the interface for a WitnessLP. More...

#include <AIToolbox/POMDP/Algorithms/Utils/Types.hpp>

Public Types

enum  { value = std::is_same_v<decltype(test<LP>(0)),std::true_type> }
 

Detailed Description

template<typename LP>
struct AIToolbox::POMDP::is_witness_lp< LP >

This check the interface for a WitnessLP.

Template Parameters
LPThe type of the LP to be checked.

Member Enumeration Documentation

◆ anonymous enum

template<typename LP >
anonymous enum
Enumerator
value 

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