QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
quickcpplib::_xxx::allocator_testing::config Struct Reference

#include "allocator_testing.hpp"

Public Member Functions

 config ()
 

Public Attributes

std::atomic< size_t > count
 
std::atomic< size_t > fail_from
 
std::atomic< size_t > fail_at
 

Constructor & Destructor Documentation

◆ config()

quickcpplib::_xxx::allocator_testing::config::config ( )
inline
43 : count(0)
44 , fail_from((size_t) -1)
45 , fail_at((size_t) -1)
46 {
47 }
std::atomic< size_t > count
Definition allocator_testing.hpp:41
std::atomic< size_t > fail_at
Definition allocator_testing.hpp:41
std::atomic< size_t > fail_from
Definition allocator_testing.hpp:41

Member Data Documentation

◆ count

std::atomic<size_t> quickcpplib::_xxx::allocator_testing::config::count

◆ fail_from

std::atomic<size_t> quickcpplib::_xxx::allocator_testing::config::fail_from

◆ fail_at

std::atomic<size_t> quickcpplib::_xxx::allocator_testing::config::fail_at

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