sparrow
0.9.0
Loading...
Searching...
No Matches
sparrow::detail::translate_to_map_layout Concept Reference
#include <
builder.hpp
>
Concept definition
template
<
typename
T>
concept
sparrow::detail::translate_to_map_layout
=
mpl::is_type_instance_of_v<std::remove_cvref_t<T>
, std::map>
||
mpl::is_type_instance_of_v<std::remove_cvref_t<T>
, std::unordered_map>
sparrow::detail::translate_to_map_layout
Definition
builder.hpp:177
sparrow::mpl::is_type_instance_of_v
constexpr bool is_type_instance_of_v
true if T is a concrete type template instanciation of U which is a type template.
Definition
mp_utils.hpp:49
Detailed Description
Definition at line
177
of file
builder.hpp
.
sparrow
detail
translate_to_map_layout
Generated by
1.13.2