#include <object.hpp>
Public Types | |
using | return_type = PtrT |
Public Member Functions | |
template<typename... Args> | |
constexpr auto | operator() (Args &&... args) const -> std::enable_if_t< _detail::is_constructible< T, Args &&... >, PtrT > |
constexpr PtrT | operator() (const T &t) const |
constexpr PtrT | operator() (T &&t) const |
Definition at line 60 of file object.hpp.
using lexy::_new< T, PtrT >::return_type = PtrT |
Definition at line 62 of file object.hpp.
|
inlineconstexpr |
Definition at line 76 of file object.hpp.
|
inlineconstexpr |
Definition at line 69 of file object.hpp.
|
inlineconstexpr |
Definition at line 64 of file object.hpp.