#include <lexy/_detail/assert.hpp>
#include <lexy/_detail/config.hpp>
#include <lexy/_detail/std.hpp>
Go to the source code of this file.
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 |