MySQL 9.6.0
Source Code Documentation
nested_set_interface.h File Reference

Experimental API header. More...

Go to the source code of this file.

Classes

class  mysql::sets::detail::Nested_set_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
 CRTP base class/mixin used to define a Nested set based on an implementation that provides the find and upper_bound functions. More...
 
class  mysql::sets::Nested_view_interface< Self_tp, Iterator_tp, Const_iterator_tp, Set_traits_tp >
 CRTP base class/mixin used to implement Nested sets that are views. More...
 
class  mysql::sets::Basic_nested_container_wrapper< Self_tp, Wrapped_tp >
 CRTP base class/mixin, used to implement Nested Sets that are container wrappers. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::sets
 
namespace  mysql::sets::detail
 

Detailed Description

Experimental API header.