MySQL 9.6.0
Source Code Documentation
vector_boundary_storage.h File Reference

Experimental API header. More...

Go to the source code of this file.

Classes

class  mysql::sets::throwing::detail::Vector_boundary_iterator< Vector_iterator_tp, Mutable_vector_iterator_tp >
 Boundary_iterator based on a std::vector iterator or const iterator. More...
 
class  mysql::sets::throwing::Vector_boundary_storage< Set_traits_tp >
 Storage for boundary points, backed by std::vector. More...
 

Namespaces

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

Typedefs

template<Is_bounded_set_traits Set_traits_t>
using mysql::sets::throwing::detail::Vector_for_set_traits = std::vector< typename Set_traits_t::Element_t, mysql::allocators::Allocator< typename Set_traits_t::Element_t > >
 

Detailed Description

Experimental API header.

This file contains the class Vector_boundary_storage, which provides storage for a boundary container backed by a std::vector.