Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::value_category_as< To, From > Struct Template Reference

Primary template, removing any reference category. More...

#include <TypeTraits.hpp>

Public Types

using type = std::remove_reference_t< To >
 

Detailed Description

template<class To, class From>
struct sl::value_category_as< To, From >

Primary template, removing any reference category.

Template Parameters
ToValue category to be applied to.
FromValue category to be taken from.

Member Typedef Documentation

◆ type

template<class To , class From >
using sl::value_category_as< To, From >::type = std::remove_reference_t<To>

The documentation for this struct was generated from the following file: