libbmb
Modern implementation of STL
Loading...
Searching...
No Matches
concepts.h File Reference
Include dependency graph for concepts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  bmb
 
namespace  bmb::detail
 

Concepts

concept  bmb::detail::SameHelper
 
concept  bmb::SameAs
 SameAs.
 
concept  bmb::DefaultConstructible
 DefaultConstructible.
 
concept  bmb::ConstructibleFrom
 ConstructibleFrom.
 
concept  bmb::NothrowConstructibleFrom
 NothrowConstructibleFrom.
 
concept  bmb::MoveConstructible
 MoveConstructible.
 
concept  bmb::NothrowMoveConstructible
 NothrowMoveConstructible.
 
concept  bmb::MoveAssignable
 MoveAssignable.
 
concept  bmb::NothrowMoveAssignable
 NothrowMoveAssignable.
 
concept  bmb::CopyConstructible
 CopyConstructible.
 
concept  bmb::NothrowCopyConstructible
 NothrowCopyConstructible.
 
concept  bmb::CopyAssignable
 CopyAssignable.
 
concept  bmb::NothrowCopyAssignable
 NothrowCopyAssignable.
 
concept  bmb::ConvertibleTo
 ConvertibleTo.
 
concept  bmb::Invocable
 Invocable.
 
concept  bmb::Predicate
 Predicate.