more test cases
This commit is contained in:
parent
d0df796a10
commit
16b91d491e
3 changed files with 155 additions and 4 deletions
|
@ -519,13 +519,13 @@ class basic_json
|
|||
}
|
||||
}
|
||||
|
||||
/// return the type of the object explicitly
|
||||
/// return the type of the object (explicit)
|
||||
inline value_t type() const noexcept
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
|
||||
/// return the type of the object implicitly
|
||||
/// return the type of the object (implicit)
|
||||
operator value_t() const noexcept
|
||||
{
|
||||
return m_type;
|
||||
|
|
|
@ -519,13 +519,13 @@ class basic_json
|
|||
}
|
||||
}
|
||||
|
||||
/// return the type of the object explicitly
|
||||
/// return the type of the object (explicit)
|
||||
inline value_t type() const noexcept
|
||||
{
|
||||
return m_type;
|
||||
}
|
||||
|
||||
/// return the type of the object implicitly
|
||||
/// return the type of the object (implicit)
|
||||
operator value_t() const noexcept
|
||||
{
|
||||
return m_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue