Public Types | List of all members
util::details::with_const_as_impl < Base, Key, std::enable_if_t< std::is_const_v< Key > > > Struct Template Reference

#include <MetaUtils.h>

Public Types

using type = std::add_const_t< Base >
 

Detailed Description

template<typename Base, typename Key>
struct util::details::with_const_as_impl < Base, Key, std::enable_if_t< std::is_const_v< Key > > >

Definition at line 801 of file MetaUtils.h.

Member Typedef Documentation

template<typename Base , typename Key >
using util::details::with_const_as_impl < Base, Key, std::enable_if_t< std::is_const_v< Key > > >::type = std::add_const_t<Base>

Definition at line 803 of file MetaUtils.h.


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