Classes | Namespaces | Typedefs | Variables
lazy_init.hpp File Reference
#include <lexy/_detail/assert.hpp>
#include <lexy/_detail/config.hpp>
#include <lexy/_detail/std.hpp>
Include dependency graph for lazy_init.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lexy::_detail::_lazy_init_storage_non_trivial< T >
 
struct  lexy::_detail::_lazy_init_storage_trivial< T >
 
class  lexy::_detail::lazy_init< T >
 
class  lexy::_detail::lazy_init< T & >
 
class  lexy::_detail::lazy_init< void >
 

Namespaces

 lexy
 
 lexy::_detail
 

Typedefs

template<typename T >
using lexy::_detail::_lazy_init_storage = std::conditional_t< _lazy_init_trivial< T >, _lazy_init_storage_trivial< T >, _lazy_init_storage_non_trivial< T > >
 

Variables

template<typename T >
constexpr auto lexy::_detail::_lazy_init_trivial
 


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Dec 13 2024 03:19:18