|
template<typename Char> |
FMT_CONSTEXPR void | operator= (basic_string_view< Char > s) |
|
FMT_CONSTEXPR void | operator= (char c) |
|
constexpr auto | size () const -> size_t |
|
template<typename Char> |
constexpr auto | get () const -> Char |
|
template<typename Char, FMT_ENABLE_IF(std::is_same< Char, char >::value)> |
constexpr auto | data () const -> const Char * |
|
template<typename Char, FMT_ENABLE_IF(!std::is_same< Char, char >::value)> |
constexpr auto | data () const -> const Char * |
|
The documentation for this struct was generated from the following file: