Public Types | Static Public Member Functions | List of all members
EigenLab::has_operator_lt_impl< T > Struct Template Reference

#include <EigenLab.h>

Public Types

using type = typename std::is_same< bool, decltype(test< T >(0))>::type
 

Static Public Member Functions

template<class U >
static auto test (U *) -> decltype(std::declval< U >()< std::declval< U >())
 
template<typename >
static auto test (...) -> std::false_type
 

Detailed Description

template<typename T>
struct EigenLab::has_operator_lt_impl< T >

Definition at line 114 of file EigenLab.h.

Member Typedef Documentation

template<typename T>
using EigenLab::has_operator_lt_impl< T >::type = typename std::is_same<bool, decltype(test<T>(0))>::type

Definition at line 120 of file EigenLab.h.

Member Function Documentation

template<typename T>
template<class U >
static auto EigenLab::has_operator_lt_impl< T >::test ( U *  ) -> decltype(std::declval< U >()< std::declval< U >())
static
template<typename T>
template<typename >
static auto EigenLab::has_operator_lt_impl< T >::test (   ...) -> std::false_type
static

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


grid_map_filters
Author(s): Péter Fankhauser , Martin Wermelinger
autogenerated on Tue Jun 1 2021 02:13:38