#include <constant.hpp>
Public Types | |
using | return_type = T |
Public Member Functions | |
constexpr const T & | operator() () const |
Public Attributes | |
T | _value |
Definition at line 12 of file constant.hpp.
using lexy::_constant< T >::return_type = T |
Definition at line 16 of file constant.hpp.
|
inlineconstexpr |
Definition at line 18 of file constant.hpp.
T lexy::_constant< T >::_value |
Definition at line 14 of file constant.hpp.