// The following section was autogenerated by get_container_node_sizes.cmake //=== BEGIN AUTOGENERATED SECTION ===// namespace detail { template struct forward_list_node_size; template <> struct forward_list_node_size<1> : std::integral_constant {}; } // namespace detail template struct forward_list_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct list_node_size; template <> struct list_node_size<1> : std::integral_constant {}; } // namespace detail template struct list_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct set_node_size; template <> struct set_node_size<1> : std::integral_constant {}; } // namespace detail template struct set_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct multiset_node_size; template <> struct multiset_node_size<1> : std::integral_constant {}; } // namespace detail template struct multiset_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct unordered_set_node_size; template <> struct unordered_set_node_size<1> : std::integral_constant {}; } // namespace detail template struct unordered_set_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct unordered_multiset_node_size; template <> struct unordered_multiset_node_size<1> : std::integral_constant {}; } // namespace detail template struct unordered_multiset_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct map_node_size; template <> struct map_node_size<1> : std::integral_constant {}; } // namespace detail template struct map_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct multimap_node_size; template <> struct multimap_node_size<1> : std::integral_constant {}; } // namespace detail template struct multimap_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct unordered_map_node_size; template <> struct unordered_map_node_size<1> : std::integral_constant {}; } // namespace detail template struct unordered_map_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct unordered_multimap_node_size; template <> struct unordered_multimap_node_size<1> : std::integral_constant {}; } // namespace detail template struct unordered_multimap_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct shared_ptr_stateless_node_size; template <> struct shared_ptr_stateless_node_size<1> : std::integral_constant {}; } // namespace detail template struct shared_ptr_stateless_node_size : std::integral_constant::value + sizeof(T)> {}; namespace detail { template struct shared_ptr_stateful_node_size; template <> struct shared_ptr_stateful_node_size<1> : std::integral_constant {}; } // namespace detail template struct shared_ptr_stateful_node_size : std::integral_constant::value + sizeof(T)> {}; //=== END AUTOGENERATED SECTION ===//