|
small_gicp
|
Check if T has nearest_neighbor_search method. More...
#include <traits.hpp>
Static Public Member Functions | |
| template<typename U , int = (&Traits<U>::nearest_neighbor_search, 0)> | |
| static std::true_type | test (U *) |
| static std::false_type | test (...) |
Static Public Attributes | |
| static constexpr bool | value = decltype(test((T*)nullptr))::value |
Check if T has nearest_neighbor_search method.
|
static |
|
static |
|
staticconstexpr |