Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
proteus::DispatchResult Struct Reference

#include <Dispatcher.hpp>

Public Member Functions

constexpr DispatchResult (int Ret=0) noexcept
 
 operator int () const noexcept
 

Public Attributes

int Ret
 

Constructor & Destructor Documentation

◆ DispatchResult()

constexpr proteus::DispatchResult::DispatchResult ( int  Ret = 0)
inlineconstexprnoexcept

Member Function Documentation

◆ operator int()

proteus::DispatchResult::operator int ( ) const
inlinenoexcept

Member Data Documentation

◆ Ret

int proteus::DispatchResult::Ret

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