Public Types | Public Member Functions | List of all members
lexy::_construct< T > Struct Template Reference

#include <object.hpp>

Inheritance diagram for lexy::_construct< T >:
Inheritance graph
[legend]

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
 

Detailed Description

template<typename T>
struct lexy::_construct< T >

Definition at line 24 of file object.hpp.

Member Typedef Documentation

◆ return_type

template<typename T >
using lexy::_construct< T >::return_type = T

Definition at line 26 of file object.hpp.

Member Function Documentation

◆ operator()() [1/3]

template<typename T >
template<typename... Args>
constexpr auto lexy::_construct< T >::operator() ( Args &&...  args) const -> std::enable_if_t<_detail::is_constructible<T, Args&&...>, T>
inlineconstexpr

Definition at line 38 of file object.hpp.

◆ operator()() [2/3]

template<typename T >
constexpr T lexy::_construct< T >::operator() ( const T &  t) const
inlineconstexpr

Definition at line 32 of file object.hpp.

◆ operator()() [3/3]

template<typename T >
constexpr T lexy::_construct< T >::operator() ( T &&  t) const
inlineconstexpr

Definition at line 28 of file object.hpp.


The documentation for this struct was generated from the following file:


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09