Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h790 template<class T> struct is_lvalue_reference { const static bool value=false; }; struct
791 template<class T> struct is_lvalue_reference<T&> { const static bool value=true; }; struct

Completed in 11 milliseconds