Public Types | List of all members
tt::maybe_const< T, const_flavor::require_const > Struct Template Reference

#include <type_traits.h>

Public Types

using type = std::add_const_t< T >
 

Detailed Description

template<typename T>
struct tt::maybe_const< T, const_flavor::require_const >

Definition at line 107 of file type_traits.h.

Member Typedef Documentation

template<typename T >
using tt::maybe_const< T, const_flavor::require_const >::type = std::add_const_t<T>

Definition at line 108 of file type_traits.h.


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