Skip to content

Commit 25eaec3

Browse files
NxirdaNxirda
authored andcommitted
related removed
1 parent a19b0a5 commit 25eaec3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

include/kumi/product_types/record.hpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ namespace kumi
294294

295295
//================================================================================================
296296
//! @ingroup record
297-
//! @related kumi::record
298297
//! @brief Creates a kumi::record of forwarding references to its arguments.
299298
//!
300299
//! Constructs a record of references to the arguments in args suitable for forwarding as an
@@ -321,7 +320,6 @@ namespace kumi
321320

322321
//================================================================================================
323322
//! @ingroup record
324-
//! @related kumi::record
325323
//! @brief Creates a record object, deducing the target type from the types of arguments.
326324
//!
327325
//! @param ts Zero or more lvalue arguments to construct the record from.
@@ -340,7 +338,6 @@ namespace kumi
340338

341339
//================================================================================================
342340
//! @ingroup record
343-
//! @related kumi::record
344341
//! @brief Creates a kumi::record of references given a reference to a kumi::record_type.
345342
//!
346343
//! @param t Compile-time index of the element to access
@@ -351,7 +348,7 @@ namespace kumi
351348
//! @include doc/record/to_ref.cpp
352349
//================================================================================================
353350
template<record_type Type>
354-
[[nodiscard]] KUMI_ABI constexpr auto to_ref(Type&& t)
351+
[[nodiscard]] KUMI_ABI constexpr auto to_ref(Type && t)
355352
{
356353
return _::apply_field( [](auto&&... elems)
357354
{

0 commit comments

Comments
 (0)