mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -275,6 +275,11 @@ namespace bx
|
||||
template<typename Ty>
|
||||
constexpr Ty&& forward(RemoveReferenceT<Ty>&& _type);
|
||||
|
||||
/// Converts any type `Ty` to a reference type, making it possible to use member functions
|
||||
/// in decltype expressions without the need to go through constructors.
|
||||
template<typename Ty>
|
||||
AddRvalueReferenceType<Ty> declVal();
|
||||
|
||||
} // namespace bx
|
||||
|
||||
#endif // BX_TYPETRAITS_H_HEADER_GUARD
|
||||
|
||||
Reference in New Issue
Block a user