#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 >().erase(std::declval< typename C::iterator >())) *) |
|
template<typename C > |
static two | test (...) |
|
§ one
§ two
§ test() [1/2]
template<typename T >
template<typename C >
§ test() [2/2]
template<typename T >
template<typename C >
§ value
The documentation for this struct was generated from the following file: