liblloyal 1.0.0
Composable primitives for llama.cpp inference
Loading...
Searching...
No Matches
minja::LoopControlException Class Reference

#include <minja.hpp>

Inheritance diagram for minja::LoopControlException:

Public Member Functions

 LoopControlException (const std::string &message, LoopControlType control_type)
 
 LoopControlException (LoopControlType control_type)
 

Public Attributes

LoopControlType control_type
 

Detailed Description

Definition at line 835 of file minja.hpp.

Constructor & Destructor Documentation

◆ LoopControlException() [1/2]

minja::LoopControlException::LoopControlException ( const std::string &  message,
LoopControlType  control_type 
)
inline

Definition at line 838 of file minja.hpp.

◆ LoopControlException() [2/2]

minja::LoopControlException::LoopControlException ( LoopControlType  control_type)
inline

Definition at line 839 of file minja.hpp.

Member Data Documentation

◆ control_type

LoopControlType minja::LoopControlException::control_type

Definition at line 837 of file minja.hpp.


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