repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
librepr::is_literal< T > Struct Template Reference

#include <literal.h>

Static Public Attributes

static constexpr bool value = std::is_fundamental_v<T> || std::is_same_v<T, char const*>
 

Member Data Documentation

◆ value

template<typename T >
constexpr bool librepr::is_literal< T >::value = std::is_fundamental_v<T> || std::is_same_v<T, char const*>
staticconstexpr

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