Home
last modified time | relevance | path

Searched defs:remove_const (Results 1 - 1 of 1) sorted by relevance

/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h807 template<class T> struct remove_const { typedef T type; }; struct
808 template<class T> struct remove_const<const T> { typedef T type; }; struct

Completed in 11 milliseconds