• Philipp A. Hartmann's avatar
    meta.h: add IsBaseOf meta function · f076faca
    Philipp A. Hartmann authored
    In order to match GenericValue and its derived classes for the
    SFINAE-implementation of some of the operators/functions, this
    meta-function matches all types equal to or derived from a given
    class.  See std::is_base_of<B,D> available in C++11.
    
    Define RAPIDJSON_HAS_CXX_TYPETRAITS to use the C++11 implementation.
    f076faca
Name
Last commit
Last update
bin Loading commit data...
build Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...