#include <object.hpp>
Public Types | |
using | return_type = T |
Public Member Functions | |
template<typename... Args> | |
constexpr auto | operator() (Args &&... args) const -> std::enable_if_t< _detail::is_constructible< T, Args &&... >, T > |
constexpr T | operator() (const T &t) const |
constexpr T | operator() (T &&t) const |
Definition at line 24 of file object.hpp.
using lexy::_construct< T >::return_type = T |
Definition at line 26 of file object.hpp.
|
inlineconstexpr |
Definition at line 38 of file object.hpp.
|
inlineconstexpr |
Definition at line 32 of file object.hpp.
|
inlineconstexpr |
Definition at line 28 of file object.hpp.