Public Member Functions | Public Attributes | List of all members
lexy::_detail::_lazy_init_storage_trivial< T > Struct Template Reference

#include <lazy_init.hpp>

Public Member Functions

constexpr _lazy_init_storage_trivial () noexcept
 
template<typename... Args>
constexpr _lazy_init_storage_trivial (int, Args &&... args)
 

Public Attributes

union {
   char   _empty
 
   T   _value
 
}; 
 
bool _init
 

Detailed Description

template<typename T>
struct lexy::_detail::_lazy_init_storage_trivial< T >

Definition at line 13 of file lazy_init.hpp.

Constructor & Destructor Documentation

◆ _lazy_init_storage_trivial() [1/2]

template<typename T >
constexpr lexy::_detail::_lazy_init_storage_trivial< T >::_lazy_init_storage_trivial ( )
inlineconstexprnoexcept

Definition at line 22 of file lazy_init.hpp.

◆ _lazy_init_storage_trivial() [2/2]

template<typename T >
template<typename... Args>
constexpr lexy::_detail::_lazy_init_storage_trivial< T >::_lazy_init_storage_trivial ( int  ,
Args &&...  args 
)
inlineconstexpr

Definition at line 25 of file lazy_init.hpp.

Member Data Documentation

◆ @1

union { ... }

◆ _empty

template<typename T >
char lexy::_detail::_lazy_init_storage_trivial< T >::_empty

Definition at line 18 of file lazy_init.hpp.

◆ _init

template<typename T >
bool lexy::_detail::_lazy_init_storage_trivial< T >::_init

Definition at line 15 of file lazy_init.hpp.

◆ _value

template<typename T >
T lexy::_detail::_lazy_init_storage_trivial< T >::_value

Definition at line 19 of file lazy_init.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