diff --git a/annotated.html b/annotated.html index fc20e1e42..4d9607650 100644 --- a/annotated.html +++ b/annotated.html @@ -165,8 +165,8 @@  Ctuple_index< T, TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > &&detail::tuple_index_found< T, Args... >()> >tuple_index specialization for tuples  Chas_single_elementMeta-function that returns true if there is a single element of type T in the tuple-like type  Chas_single_element< T, TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > &&detail::tuple_index_found< T, Args... >()> >has_single_element specialization for tuples - Cstd_tuple_decayMeta-function that returns a std::tuple with decayed types given a tuple-like type - Cstd_tuple_decay< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >std_tuple_decay specialization for tuples + Cdecay_tuple_likeMeta-function that decays a tuple like type and its members + Cdecay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >decay_tuple_like specialization for tuples  CLandmarkMapBoundariesLandmark bearing detection data  CLandmarkPositionDetectionLandmark bearing detection data  CLandmarkBearingDetectionLandmark bearing detection data diff --git a/beluga_8hpp.html b/beluga_8hpp.html index 3c1eea9fe..bced8ba88 100644 --- a/beluga_8hpp.html +++ b/beluga_8hpp.html @@ -89,56 +89,56 @@
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/beluga_8hpp__incl.map b/beluga_8hpp__incl.map index 2f6086bc2..3bcae507f 100644 --- a/beluga_8hpp__incl.map +++ b/beluga_8hpp__incl.map @@ -1,52 +1,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/beluga_8hpp__incl.md5 b/beluga_8hpp__incl.md5 index 3d07d4624..f5c855e95 100644 --- a/beluga_8hpp__incl.md5 +++ b/beluga_8hpp__incl.md5 @@ -1 +1 @@ -e5d830630e38fa124f6c13f08af9a93c \ No newline at end of file +d4a9cab7c8222735b62e1d21a639f414 \ No newline at end of file diff --git a/beluga_8hpp__incl.png b/beluga_8hpp__incl.png index 2eb266882..e5b1ec379 100644 Binary files a/beluga_8hpp__incl.png and b/beluga_8hpp__incl.png differ diff --git a/classes.html b/classes.html index d14856abe..56bc0ab3c 100644 --- a/classes.html +++ b/classes.html @@ -80,7 +80,7 @@
cluster_fn (beluga::cluster_detail)
compose_interfaces (beluga::mixin)
D
-
descriptor (beluga::mixin)
descriptor< Mixin > (beluga::mixin)
descriptor< Mixin, Param > (beluga::mixin)
DifferentialDriveModel (beluga)
DifferentialDriveModelParam (beluga)
+
decay_tuple_like (beluga)
decay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > > (beluga)
descriptor (beluga::mixin)
descriptor< Mixin > (beluga::mixin)
descriptor< Mixin, Param > (beluga::mixin)
DifferentialDriveModel (beluga)
DifferentialDriveModelParam (beluga)
E
EstimationInterface2d (beluga)
ExponentialFilter (beluga)
@@ -116,7 +116,7 @@
random_intersperse_fn (beluga::views::detail)
random_intersperse_view (beluga::views::detail)
RandomStateGenerator (beluga)
Ray2d (beluga)
S
-
sample_fn (beluga::views::detail)
sample_view (beluga::views::detail)
Bresenham2i::Line::iterator::sentinel (beluga)
SimpleStateEstimator (beluga)
SimpleStateEstimator< Mixin, Sophus::SE2d > (beluga)
spatial_hash (beluga)
spatial_hash< Sophus::SE2d, void > (beluga)
spatial_hash< std::array< T, N >, std::enable_if_t< std::is_arithmetic_v< T >, void > > (beluga)
spatial_hash< Tuple< Types... >, std::enable_if_t<(std::is_arithmetic_v< Types > &&...), void > > (beluga)
state_fn (beluga::state_detail)
StationaryModel (beluga)
std_tuple_decay (beluga)
std_tuple_decay< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > > (beluga)
StorageInterface (beluga)
StoragePolicy (beluga)
+
sample_fn (beluga::views::detail)
sample_view (beluga::views::detail)
Bresenham2i::Line::iterator::sentinel (beluga)
SimpleStateEstimator (beluga)
SimpleStateEstimator< Mixin, Sophus::SE2d > (beluga)
spatial_hash (beluga)
spatial_hash< Sophus::SE2d, void > (beluga)
spatial_hash< std::array< T, N >, std::enable_if_t< std::is_arithmetic_v< T >, void > > (beluga)
spatial_hash< Tuple< Types... >, std::enable_if_t<(std::is_arithmetic_v< Types > &&...), void > > (beluga)
state_fn (beluga::state_detail)
StationaryModel (beluga)
StorageInterface (beluga)
StoragePolicy (beluga)
T
take_evenly_fn (beluga::views::detail)
take_while_kld_fn (beluga::views::detail)
tuple_index (beluga)
tuple_index< T, TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > &&detail::tuple_index_found< T, Args... >()> > (beluga)
TupleContainer (beluga)
TupleContainer< InternalContainer, std::tuple< Types... > > (beluga)
TupleVector (beluga)
diff --git a/functions_t.html b/functions_t.html index aedd53f33..d850fce4d 100644 --- a/functions_t.html +++ b/functions_t.html @@ -85,9 +85,9 @@

- t -

diff --git a/functions_type.html b/functions_type.html index 96beb4466..c07bc05b1 100644 --- a/functions_type.html +++ b/functions_type.html @@ -189,9 +189,9 @@

- s -

-
beluga::std_tuple_decay< T, class > Struct Template Reference
+
beluga::decay_tuple_like< T, class > Struct Template Reference
-

Meta-function that returns a std::tuple with decayed types given a tuple-like type. - More...

+

Meta-function that decays a tuple like type and its members. + More...

Detailed Description

template<class T, class = void>
-struct beluga::std_tuple_decay< T, class >

+struct beluga::decay_tuple_like< T, class > -

Meta-function that returns a std::tuple with decayed types given a tuple-like type.

+

Meta-function that decays a tuple like type and its members.


The documentation for this struct was generated from the following file: diff --git a/structbeluga_1_1std__tuple__decay_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3_d0ea1cab9d2a6e19fd83492ceb722b35.html b/structbeluga_1_1decay__tuple__like_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3e4d97fe1d7c99b65756778192d27fe0a.html similarity index 69% rename from structbeluga_1_1std__tuple__decay_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3_d0ea1cab9d2a6e19fd83492ceb722b35.html rename to structbeluga_1_1decay__tuple__like_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3e4d97fe1d7c99b65756778192d27fe0a.html index bcb1d580c..881f6a0a6 100644 --- a/structbeluga_1_1std__tuple__decay_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3_d0ea1cab9d2a6e19fd83492ceb722b35.html +++ b/structbeluga_1_1decay__tuple__like_3_01TupleLike_3_01Args_8_8_8_01_4_00_01std_1_1enable__if__t_3e4d97fe1d7c99b65756778192d27fe0a.html @@ -63,18 +63,18 @@
-
beluga::std_tuple_decay< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > > Member List
+
beluga::decay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > > Member List
-

This is the complete list of members for beluga::std_tuple_decay< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >, including all inherited members.

+

This is the complete list of members for beluga::decay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >, including all inherited members.

- +
type typedefbeluga::std_tuple_decay< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >
type typedefbeluga::decay_tuple_like< TupleLike< Args... >, std::enable_if_t< is_tuple_like_v< std::decay_t< TupleLike< Args... > > > > >