1#ifndef TATOOINE_HAS_FACE_AT_METHOD_H
2#define TATOOINE_HAS_FACE_AT_METHOD_H
8template <
typename T,
typename Vo
id =
void>
13 T, std::
void_t<decltype(std::declval<T>().face_at(size_t{}))>>
23 return has_face_at_method<T>();
Definition: algorithm.h:6
void void_t
Definition: void_t.h:7
constexpr auto has_face_at_method()
Definition: has_face_at_method.h:17
Definition: has_face_at_method.h:9