ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
std_boxing.hpp File Reference

Description:


This header file is part of the ALib C++ Library .
With the inclusion of this header compatibility features between ALib and the C++ standard library are provided.

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file std_boxing.hpp.

#include "alib/compatibility/std_characters.hpp"
#include "alib/boxing/boxing.hpp"
#include <functional>
Include dependency graph for std_boxing.hpp:

Go to the source code of this file.

Classes

struct  T_Boxer< std::array< TElement, N >, ATMP_VOID_IF(!characters::TT_IsChar< TElement >::value) >
 
struct  T_Boxer< std::vector< TElement >, ATMP_VOID_IF(!characters::TT_IsChar< TElement >::value) >
 

Namespaces

namespace  alib
 
namespace  alib::boxing
 
namespace  alib::boxing::compatibility
 
namespace  alib::boxing::compatibility::std
 

Functions

void BootstrapStdStringBoxing ()
 
template<typename TElement >
void CopyToVector (::std::vector< TElement > &target, const Box &box)