MySQL 9.6.0
Source Code Documentation
base_const_views.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::sets
 

Functions

template<Is_set_category Set_category_t, Is_set_traits Set_traits_t>
auto & mysql::sets::make_empty_set_view ()
 Return a reference to a singleton object representing the view containing the empty set, for the given Set category and Set traits. More...
 
template<Is_set Set_t>
auto & mysql::sets::make_empty_set_view_like ()
 Return the result of make_empty_set_view for the set category and set traits of the given set type. More...
 
template<Is_set_category Set_category_t, Is_bounded_set_traits Set_traits_t>
auto & mysql::sets::make_full_set_view ()
 Return a reference to a singleton object representing the view containing the empty set, for the given Set category and Set traits. More...
 
template<Is_set Set_t>
auto & mysql::sets::make_full_set_view_like ()
 Return the result of make_full_set_view for the set category and set traits of the given set type. More...
 

Detailed Description

Experimental API header.