plugify 1.2.8
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
plg::detail::resize_uninitialized< T, typename > Struct Template Reference

Static Public Member Functions

static constexpr auto resize (T &str, std::size_t size) -> std::void_t< decltype(str.resize(size))>
 

Detailed Description

template<typename T, typename = void>
struct plg::detail::resize_uninitialized< T, typename >

Definition at line 29 of file version.hpp.

Member Function Documentation

◆ resize()

template<typename T , typename = void>
static constexpr auto plg::detail::resize_uninitialized< T, typename >::resize ( T &  str,
std::size_t  size 
) -> std::void_t<decltype(str.resize(size))>
inlinestaticconstexpr

Definition at line 30 of file version.hpp.


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