Public Types | Static Public Attributes | List of all members
detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > > Struct Template Reference

#include <json.hpp>

Public Types

using object_t = typename BasicJsonType::object_t
 

Static Public Attributes

static constexpr bool value
 

Detailed Description

template<typename BasicJsonType, typename ConstructibleObjectType>
struct detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >

Definition at line 3788 of file json.hpp.

Member Typedef Documentation

◆ object_t

template<typename BasicJsonType , typename ConstructibleObjectType >
using detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >::object_t = typename BasicJsonType::object_t

Definition at line 3793 of file json.hpp.

Member Data Documentation

◆ value

template<typename BasicJsonType , typename ConstructibleObjectType >
constexpr bool detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >::value
staticconstexpr
Initial value:
=
(is_constructible<typename ConstructibleObjectType::key_type,
typename object_t::key_type>::value &&
typename object_t::mapped_type,
typename ConstructibleObjectType::mapped_type >::value)) ||
(has_from_json<BasicJsonType,
typename ConstructibleObjectType::mapped_type>::value ||
has_non_default_from_json <
BasicJsonType,
typename ConstructibleObjectType::mapped_type >::value)

Definition at line 3795 of file json.hpp.


The documentation for this struct was generated from the following file:
SafeAny::details::is_same
constexpr bool is_same()
Definition: convert_impl.hpp:58
magic_enum::detail::value
constexpr E value(std::size_t i) noexcept
Definition: magic_enum.hpp:664
detail::is_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value &&is_detected< key_type_t, ConstructibleObjectType >::value > >::value
static constexpr bool value
Definition: json.hpp:3795
lexy::_detail::is_constructible
constexpr auto is_constructible
Definition: object.hpp:18


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