Melon
A C++ library designed for RadishOS.
Loading...
Searching...
No Matches
Melon::Fmt::IsSpecialValue< T > Struct Template Reference

Default behaviour for every type T. More...

#include <Fmt.hpp>

Inheritance diagram for Melon::Fmt::IsSpecialValue< T >:

Detailed Description

template<typename T>
struct Melon::Fmt::IsSpecialValue< T >

Default behaviour for every type T.

By default, every type T is not a special value, so we inherit from std::false_type.


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