Support Class Library
A set of tools providing classes and utility
Public Member Functions | List of all members
scl::concepts::CharTraits< T, CharT > Struct Template Reference

CharTraits concept. More...

#include "CharTraits.h"

Public Member Functions

constexpr operator bool () const
 

Detailed Description

template<class T, class CharT>
struct scl::concepts::CharTraits< T, CharT >

CharTraits concept.

Template Parameters
Tthe type to check against
CharTthe character type to use

Definition at line 25 of file CharTraits.h.

Member Function Documentation

◆ operator bool()

template<class T , class CharT >
constexpr scl::concepts::CharTraits< T, CharT >::operator bool ( ) const
inline

Definition at line 26 of file CharTraits.h.


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