HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fill_t< Char > Struct Template Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR void operator= (basic_string_view< Char > s)
 
constexpr auto size () const -> size_t
 
constexpr auto data () const -> const Char *
 
FMT_CONSTEXPR auto operator[] (size_t index) -> Char &
 
FMT_CONSTEXPR auto operator[] (size_t index) const -> const Char &
 

Detailed Description

template<typename Char>
struct fill_t< Char >

Definition at line 1883 of file core.h.

Member Function Documentation

template<typename Char>
constexpr auto fill_t< Char >::data ( ) const -> const Char*
inline

Definition at line 1898 of file core.h.

template<typename Char>
FMT_CONSTEXPR void fill_t< Char >::operator= ( basic_string_view< Char >  s)
inline

Definition at line 1890 of file core.h.

template<typename Char>
FMT_CONSTEXPR auto fill_t< Char >::operator[] ( size_t  index) -> Char&
inline

Definition at line 1900 of file core.h.

template<typename Char>
FMT_CONSTEXPR auto fill_t< Char >::operator[] ( size_t  index) const -> const Char&
inline

Definition at line 1901 of file core.h.

template<typename Char>
constexpr auto fill_t< Char >::size ( void  ) const -> size_t
inline

Definition at line 1897 of file core.h.


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