bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
|
Render any copyable "type" token attribute on the fly. More...
#include <LexBase.h>
Public Types | |
using | value_type = std::remove_cv_t<std::remove_reference_t<T_Data>> |
Public Member Functions | |
template<class... T_Args> | |
constexpr | C_LexDataT (T_Args &&...args) |
Public Member Functions inherited from bux::I_LexAttr | |
virtual | ~I_LexAttr ()=0 |
Public Attributes | |
value_type | m_data |
Render any copyable "type" token attribute on the fly.
using bux::C_LexDataT< T_Data >::value_type = std::remove_cv_t<std::remove_reference_t<T_Data>> |
|
inlineexplicitconstexpr |
value_type bux::C_LexDataT< T_Data >::m_data |
Definition at line 150 of file LexBase.h.
Referenced by bux::unlex().