Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
basic_static_string::operator= (6 of 6 overloads)

Assign to the string.

Synopsis
template<
    typename T,
    [role red error.class-detail-template.1][role red error.class-detail-template.2] = detail::enable_if_viewable_t<T, CharT, Traits>>
BOOST_STATIC_STRING_CPP14_CONSTEXPR basic_static_string&
operator=(
    const T& t);
Description

Assign from an object convertible to string_view_type.


PrevUpHomeNext