SDSL  3.0.0
Succinct Data Structure Library
sdsl::has_range_search_2d< t_wt > Struct Template Reference

#include <wt_algorithm.hpp>

Static Public Member Functions

template<typename T >
static constexpr auto check (T *) -> typename std::is_same< decltype(std::declval< T >().range_search_2d(std::declval< typename T::size_type >(), std::declval< typename T::size_type >(), std::declval< typename T::value_type >(), std::declval< typename T::value_type >(), false)), std::pair< typename T::size_type, std::vector< std::pair< typename T::value_type, typename T::size_type >>>>::type
 
template<typename >
static constexpr std::false_type check (...)
 

Public Attributes

decltype(check< t_wt >(nullptr)) typedef type
 

Static Public Attributes

static constexpr bool value = type::value
 

Detailed Description

template<typename t_wt>
struct sdsl::has_range_search_2d< t_wt >

Definition at line 325 of file wt_algorithm.hpp.

Member Function Documentation

◆ check() [1/2]

template<typename t_wt >
template<typename >
static constexpr std::false_type sdsl::has_range_search_2d< t_wt >::check (   ...)
inlinestaticconstexpr

Definition at line 343 of file wt_algorithm.hpp.

◆ check() [2/2]

template<typename t_wt >
template<typename T >
static constexpr auto sdsl::has_range_search_2d< t_wt >::check ( T *  ) -> typename std::is_same<decltype(std::declval<T>().range_search_2d( std::declval<typename T::size_type>(), std::declval<typename T::size_type>(), std::declval<typename T::value_type>(), std::declval<typename T::value_type>(), false)), std::pair<typename T::size_type, std::vector<std::pair<typename T::value_type, typename T::size_type>>>>::type
inlinestaticconstexpr

Definition at line 329 of file wt_algorithm.hpp.

Member Data Documentation

◆ type

template<typename t_wt >
decltype(check<t_wt>(nullptr)) typedef sdsl::has_range_search_2d< t_wt >::type

Definition at line 347 of file wt_algorithm.hpp.

◆ value

template<typename t_wt >
constexpr bool sdsl::has_range_search_2d< t_wt >::value = type::value
staticconstexpr

Definition at line 348 of file wt_algorithm.hpp.


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