nngn
Loading...
Searching...
No Matches
nngn::lua::detail::stack_value Concept Reference

A type which can be read from / pushed onto the stack. More...

#include <lua.h>

Concept definition

template<typename T>
concept nngn::lua::detail::stack_value = can_get<T> && can_push<T>
A type which can be read from / pushed onto the stack.
Definition: lua.h:194

Detailed Description

A type which can be read from / pushed onto the stack.