y3c-stl 0.3.3
Friendly C++ STL wrapper with automatic stacktrace
Loading...
Searching...
No Matches
what.h File Reference
#include "y3c-config.h"
#include <string>
Include dependency graph for what.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  y3c
 
namespace  y3c::internal
 
namespace  y3c::internal::what
 

Functions

std::string ub_out_of_range (std::size_t size, std::ptrdiff_t index)
 
std::string ub_out_of_range (std::size_t size, std::ptrdiff_t begin, std::ptrdiff_t end)
 
const char * ub_access_nullptr ()
 
const char * ub_access_deleted ()
 
const char * ub_wrong_iter ()
 
const char * ub_invalid_iter ()
 
const char * ub_iter_after_end ()
 
const char * ub_iter_before_begin ()