#include <sol.hpp>
§ error_result() [1/3]
sol::container_detail::error_result::error_result |
( |
| ) |
|
|
inline |
int results
Definition: sol.hpp:16673
const char * fmt_
Definition: sol.hpp:16674
§ error_result() [2/3]
sol::container_detail::error_result::error_result |
( |
int |
results | ) |
|
|
inline |
int results
Definition: sol.hpp:16673
const char * fmt_
Definition: sol.hpp:16674
§ error_result() [3/3]
sol::container_detail::error_result::error_result |
( |
const char * |
fmt_, |
|
|
const char * |
msg |
|
) |
| |
|
inline |
int results
Definition: sol.hpp:16673
const char * fmt_
Definition: sol.hpp:16674
std::array< const char *, 4 > args
Definition: sol.hpp:16675
§ args
std::array<const char*, 4> sol::container_detail::error_result::args |
§ fmt_
const char* sol::container_detail::error_result::fmt_ |
§ results
int sol::container_detail::error_result::results |
The documentation for this struct was generated from the following file: