MySQL 9.6.0
Source Code Documentation
not_decayed.h File Reference

Experimental API header. More...

#include <concepts>
#include <type_traits>

Go to the source code of this file.

Classes

struct  mysql::meta::detail::Is_decayed_helper< T, Args >
 
struct  mysql::meta::detail::Is_decayed_helper< T, U >
 

Namespaces

namespace  mysql
 
namespace  mysql::meta
 
namespace  mysql::meta::detail
 

Concepts

concept  mysql::meta::Not_decayed
 false if Args is exactly one type, say A, and std::decay_t<A> equals Type.
 

Detailed Description

Experimental API header.