neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neolib::basic_json_null< T > Struct Template Reference

#include <json.hpp>

Public Types

typedef T json_value
 

Public Member Functions

bool operator== (std::nullptr_t) const
 
bool operator!= (std::nullptr_t) const
 

Detailed Description

template<typename T>
struct neolib::basic_json_null< T >

Definition at line 528 of file json.hpp.

Member Typedef Documentation

◆ json_value

template<typename T >
typedef T neolib::basic_json_null< T >::json_value

Definition at line 531 of file json.hpp.

Member Function Documentation

◆ operator!=()

template<typename T >
bool neolib::basic_json_null< T >::operator!= ( std::nullptr_t  ) const
inline

Definition at line 534 of file json.hpp.

◆ operator==()

template<typename T >
bool neolib::basic_json_null< T >::operator== ( std::nullptr_t  ) const
inline

Definition at line 533 of file json.hpp.


The documentation for this struct was generated from the following file: