#include <sol.hpp>
|
static const bool | value = sizeof(test<T>(0)) == sizeof(char) |
|
|
typedef std::array< char, 1 > | one |
|
typedef std::array< char, 2 > | two |
|
|
template<typename C > |
static one | test (decltype(std::declval< C >().find(std::declval< std::add_rvalue_reference_t< typename C::value_type >>())) *) |
|
template<typename C > |
static two | test (...) |
|
§ one
template<typename T , typename = void>
§ two
template<typename T , typename = void>
§ test() [1/2]
template<typename T , typename = void>
template<typename C >
§ test() [2/2]
template<typename T , typename = void>
template<typename C >
§ value
template<typename T , typename = void>
The documentation for this struct was generated from the following file: