OpenMiner
0.0.1a
Voxel game engine
|
#include <sol.hpp>
Static Public Attributes | |
static const bool | value = sizeof(test<T>(0)) == sizeof(sfinae_yes_t) |
Private Types | |
typedef std::array< char, 1 > | sfinae_yes_t |
typedef std::array< char, 2 > | sfinae_no_t |
Static Private Member Functions | |
template<typename C > | |
static sfinae_yes_t | test (decltype(std::declval< C >().to_string()) *) |
template<typename C > | |
static sfinae_no_t | test (...) |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
static |