Classes | Namespaces | Functions
sfinae.hpp File Reference
#include <boost/range/config.hpp>
#include <boost/type_traits/is_array.hpp>
#include <boost/type_traits/detail/yes_no_type.hpp>
#include <utility>
Include dependency graph for sfinae.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  boost::range_detail::char_or_wchar_t_array_tag
 

Namespaces

 boost
 BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE.
 
 boost::range_detail
 

Functions

template<std::size_t sz>
yes_type boost::range_detail::is_char_array_impl (char BOOST_RANGE_ARRAY_REF()[sz])
 
no_type boost::range_detail::is_char_array_impl (...)
 
yes_type boost::range_detail::is_char_ptr_impl (char *const )
 
no_type boost::range_detail::is_char_ptr_impl (...)
 
yes_type boost::range_detail::is_const_char_ptr_impl (const char *const )
 
no_type boost::range_detail::is_const_char_ptr_impl (...)
 
yes_type boost::range_detail::is_const_wchar_t_ptr_impl (const wchar_t *const )
 
no_type boost::range_detail::is_const_wchar_t_ptr_impl (...)
 
template<typename Iterator >
yes_type boost::range_detail::is_pair_impl (const std::pair< Iterator, Iterator > *)
 
no_type boost::range_detail::is_pair_impl (...)
 
yes_type boost::range_detail::is_string_impl (const char *const )
 
yes_type boost::range_detail::is_string_impl (const wchar_t *const )
 
no_type boost::range_detail::is_string_impl (...)
 
template<std::size_t sz>
yes_type boost::range_detail::is_wchar_t_array_impl (wchar_t BOOST_RANGE_ARRAY_REF()[sz])
 
no_type boost::range_detail::is_wchar_t_array_impl (...)
 
yes_type boost::range_detail::is_wchar_t_ptr_impl (wchar_t *const )
 
no_type boost::range_detail::is_wchar_t_ptr_impl (...)
 


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:29