Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::utils::ToString< None > Class Template Reference

A specialization of ToString for None type. More...

#include "Optional.h"

Public Member Functions

constexpr const char * operator() (const None &) const
 String representation of a None object. More...
 

Detailed Description

template<>
class scl::utils::ToString< None >

A specialization of ToString for None type.

Definition at line 48 of file Optional.h.

Member Function Documentation

◆ operator()()

constexpr const char* scl::utils::ToString< None >::operator() ( const None ) const
inline

String representation of a None object.

Returns
String representation of a None object

Definition at line 53 of file Optional.h.


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