split meta.hpp, add detected_t (used to define concepts)
This commit is contained in:
parent
3ac2d81a95
commit
f6febbe359
12 changed files with 222 additions and 121 deletions
10
include/nlohmann/detail/meta/void_t.hpp
Normal file
10
include/nlohmann/detail/meta/void_t.hpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
namespace nlohmann
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
template <typename...>
|
||||
using void_t = void;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue